mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
tweak btest so it's recognized as a candidate for C++ compilation testing
This commit is contained in:
parent
fd5fa528ca
commit
b6b4503dd7
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||||
hello world
|
hello world
|
||||||
foobar
|
foobar
|
||||||
|
success!
|
||||||
|
|
|
@ -15,3 +15,4 @@ if ( piped_exec("unset ZEEK_USE_CPP; zeek", cmds) != T )
|
||||||
if ( piped_exec("cat > test.txt", "\x00\x00hello\x00\x00") != T )
|
if ( piped_exec("cat > test.txt", "\x00\x00hello\x00\x00") != T )
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
||||||
|
print "success!";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue