zeek/testing
2018-05-18 22:39:23 +00:00
..
btest Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
external Fix information leak in the update-traces script 2018-03-21 15:24:29 -05:00
scripts Reduce number of btest threads running tests on Travis CI 2018-04-20 09:30:06 -05:00
.gitignore Test coverage integration for external tests and complete suite. 2012-01-12 11:58:13 -06:00
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.