mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
minor tweaks tidyness tweaks
This commit is contained in:
parent
f9c1f57f9c
commit
f6c841c737
3 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@
|
|||
// the test suite.
|
||||
//
|
||||
// Zeek invocations specifying "-O use-C++" will activate any code compiled
|
||||
// into the zeek binary; otherwise, the code lies dormant. "-O force-C++"
|
||||
// into the zeek binary; otherwise, the code lies dormant. "-O force-use-C++"
|
||||
// does the same but generates warnings for script functions not found in
|
||||
// compiled in. This is useful for debugging the compiled code, to ensure
|
||||
// that it's indeed being run.
|
||||
|
|
|
@ -9,4 +9,4 @@ gen=CPP-gen-addl.h
|
|||
export -n ZEEK_ADD_CPP
|
||||
cd $test
|
||||
rm -rf .tmp
|
||||
../../auxil/btest/btest -j -a cpp -f cpp-test.diag core
|
||||
../../auxil/btest/btest -j -a cpp -f cpp-test.diag $1
|
||||
|
|
|
@ -22,4 +22,4 @@ ninja >& errs || echo build for $1 failed
|
|||
export -n ZEEK_ADD_CPP
|
||||
cd $test
|
||||
rm -rf .tmp
|
||||
../../auxil/btest/btest -j -a cpp -f cpp-jtest.$1.diag $1
|
||||
../../auxil/btest/btest -j -a cpp -f cpp-test.$1.diag $1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue