zeek/testing/btest/plugins
Daniel Thayer a4e5591e18 Fix some failing plugin tests on OS X 10.11
By default, OS X 10.11 does not include openssl headers.
Since building a Bro plugin #includes Bro headers, which #include openssl
headers, we need to tell cmake to find these so that the compiler
can use them.
2016-05-12 15:58:09 -05:00
..
file-plugin Fix some failing plugin tests on OS X 10.11 2016-05-12 15:58:09 -05:00
hooks-plugin Merge remote-tracking branch 'origin/topic/gilbert/plugin-api-tweak' 2015-03-02 18:17:52 -08:00
pktdumper-plugin Refactor to make bro use a common Packet object. 2015-05-29 10:37:39 -04:00
pktsrc-plugin Refactoring L2 parsing code to reside in the Packet class. 2015-07-20 16:21:34 -07:00
protocol-plugin Fix some failing plugin tests on OS X 10.11 2016-05-12 15:58:09 -05:00
reader-plugin Test case for a dynamic input reader. 2014-07-31 12:07:34 -07:00
writer-plugin Test case for a dynamic log writer. 2014-07-31 11:40:25 -07:00
api-version-mismatch.sh Updating plugin tests. 2015-02-16 20:26:26 -08:00
bifs-and-scripts-install.sh Updating plugin tests. 2015-02-16 20:26:26 -08:00
bifs-and-scripts.sh Updating plugin tests. 2015-02-16 20:26:26 -08:00
file.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
hooks.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
init-plugin.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
pktdumper.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
pktsrc.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
protocol.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
reader.bro Updating plugin tests. 2015-02-16 20:26:26 -08:00
writer.bro Remove unnecessary use of TEST_DIFF_CANONIFIER 2015-09-18 17:32:30 -05:00