zeek/testing/btest/doc/broxygen/all_scripts.test
Robin Sommer 3c6f82ca73 More test updates.
The dump-events.bro generates output that would show in the Broxygen
all-script tests. Suppressing that manually in the test for lack of a
better idea.
2013-12-04 13:45:03 -08:00

14 lines
480 B
Text

# This test is mostly just checking that there's no errors that result
# from loading all scripts and generated docs for each.
# This must be serialized with communication tests because it does load
# listen.bro in order to document it.
# @TEST-SERIALIZE: comm
# @TEST-EXEC: bro -X broxygen.config broxygen DumpEvents::include=/NOTHING_MATCHES/
# @TEST-EXEC: btest-diff .stdout
# @TEST-EXEC: btest-diff .stderr
@TEST-START-FILE broxygen.config
script * scripts/
@TEST-END-FILE