zeek/testing
2013-05-27 23:07:37 -07:00
..
btest fix stderr test. ls behaves differently on errors on linux... 2013-05-27 23:07:37 -07:00
external FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
scripts FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
.gitignore
Makefile Make tests even quieter. 2012-05-24 17:33:02 -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.