mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
14 lines
442 B
Text
14 lines
442 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
|
|
# @TEST-EXEC: btest-diff .stdout
|
|
# @TEST-EXEC: btest-diff .stderr
|
|
|
|
@TEST-START-FILE broxygen.config
|
|
script * scripts/
|
|
@TEST-END-FILE
|