mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Test case for a dynamic input reader.
This commit is contained in:
parent
f45526f373
commit
3d1442e86b
11 changed files with 423 additions and 72 deletions
17
testing/btest/plugins/reader-plugin/CMakeLists.txt
Normal file
17
testing/btest/plugins/reader-plugin/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
project(Bro-Plugin-Demo-Foo)
|
||||
|
||||
cmake_minimum_required(VERSION 2.6.3)
|
||||
|
||||
if ( NOT BRO_DIST )
|
||||
message(FATAL_ERROR "BRO_DIST not set")
|
||||
endif ()
|
||||
|
||||
set(CMAKE_MODULE_PATH ${BRO_DIST}/cmake)
|
||||
|
||||
include(BroPlugin)
|
||||
|
||||
bro_plugin_begin(Demo Foo)
|
||||
bro_plugin_cc(src/Plugin.cc)
|
||||
bro_plugin_cc(src/Foo.cc)
|
||||
bro_plugin_end()
|
Loading…
Add table
Add a link
Reference in a new issue