zeek/testing
Daniel Thayer bbaee15280 Undo a change to btest.cfg from a recent commit
Remove a line from btest.cfg that was added (probably unintentionally)
in commit 789cb376.
2019-05-12 19:17:25 -05:00
..
btest Undo a change to btest.cfg from a recent commit 2019-05-12 19:17:25 -05:00
coverage Merge branch 'master' of https://github.com/chungmin99/bro 2018-08-08 13:11:20 -07:00
external Update external pointer to zeek-testing repo 2019-05-01 14:18:05 -07:00
scripts Update for renaming BroControl to ZeekControl. 2019-05-06 21:22:19 +00:00
.gitignore
Makefile Added coverage to .PHONY in Makefile due to testing/coverage 2018-07-30 12:17:40 -07: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.