mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00

that init-plugin now generates. Also adding new test that makes sure the the skeleton created by init-plugin compiles on its own withoyt any further changes.
6 lines
325 B
Text
6 lines
325 B
Text
# @TEST-EXEC: ${DIST}/aux/bro-aux/plugin-support/init-plugin Demo Foo
|
|
# @TEST-EXEC: make BRO=${DIST}
|
|
# @TEST-EXEC: BRO_PLUGIN_PATH=`pwd` bro -NN Demo::Foo >>output
|
|
# @TEST-EXEC: echo === >>output
|
|
# @TEST-EXEC: BRO_PLUGIN_PATH=`pwd` bro -r $TRACES/port4242.trace >>output
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER= btest-diff output
|