tweak btest so it's recognized as a candidate for C++ compilation testing

This commit is contained in:
Vern Paxson 2022-09-16 16:49:55 -07:00
parent fd5fa528ca
commit b6b4503dd7
2 changed files with 2 additions and 0 deletions

View file

@ -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!

View file

@ -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!";