mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This adds two example plugins within testing/builtin-plugins/Files: * protocol-plugin copied over from testing/btest/plugins/protocol-plugin * py-lib-plugin that embeds Python to have a dependency on an external shared library which was already available in CI and fun to use, too. Closes #2837
5 lines
173 B
Text
5 lines
173 B
Text
# @TEST-DOC: Assumes the plugins within Files/ have been builtin
|
|
|
|
# @TEST-EXEC: zeek -N Zeek::PyLib >>out
|
|
# @TEST-EXEC: zeek -N Demo::Foo >>out
|
|
# @TEST-EXEC: btest-diff out
|