zeek/testing
Johanna Amann 499ed5b566 Remove the -K/-J options for setting keys.
The options were never really used and do not seem especially useful;
initialization with a seed file still works.

This also fixes a bug with the initialization of the siphash key.
2016-07-13 16:57:53 -07:00
..
btest Remove the -K/-J options for setting keys. 2016-07-13 16:57:53 -07:00
external Change one forgotten bro-ids.org to bro.org 2015-12-14 15:58:16 -08:00
scripts Adding usage guard to canonifier script. 2015-12-18 12:59:26 -08:00
.gitignore
Makefile Fix portability issue with use of mktemp 2016-01-28 14:32:22 -06:00
README

This directory contains suites for testing for Bro's correct
operation:

    btest/
        An ever-growing set of small unit tests testing Bro's
        functionality.

    external/
        A framework for downloading additional test sets that run more
        complex Bro configuration on larger traces files. Due to their
        size, these are not included directly. See the README for more
        information. 

    scripts/
        Helpers scripts used by some tests.