Update plugin unit tests to use --zeek-dist

This commit is contained in:
Jon Siwek 2019-06-06 20:02:19 -07:00
parent 2fa74e4bcb
commit c6378c56e2
17 changed files with 20 additions and 16 deletions

View file

@ -1,6 +1,6 @@
# @TEST-EXEC: ${DIST}/aux/zeek-aux/plugin-support/init-plugin -u . Demo Foo
# @TEST-EXEC: bash %INPUT
# @TEST-EXEC: ./configure --bro-dist=${DIST} --install-root=`pwd`/test-install
# @TEST-EXEC: ./configure --zeek-dist=${DIST} --install-root=`pwd`/test-install
# @TEST-EXEC: make
# @TEST-EXEC: make install
# @TEST-EXEC: ZEEK_PLUGIN_PATH=`pwd`/test-install zeek -NN Demo::Foo >>output