zeek/testing
Daniel Thayer 29c179c30d Improve a travis output message in pull request builds
The output message is now more explicit and doesn't look like an
error message.
2018-08-02 16:13:42 -05:00
..
btest Merge remote-tracking branch 'origin/topic/vern/set-ops2' 2018-08-02 10:43:41 -05:00
external Relocate temporary script coverage files 2018-06-01 11:30:36 -05:00
scripts Improve a travis output message in pull request builds 2018-08-02 16:13:42 -05: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.