zeek/testing
Seth Hall c4f4df6a79 Renaming the default loaded "init" scripts and added command line arg for "bare-mode"
- bro.init was renamed to base/init-bare.bro and base/all.bro
  was renamed to init-default.bro.

- To run in "bare mode" with only the init-bare.bro and no other
  scripts from base/, use either -b or --bare-mode.

- The environment variable to run in "bare mode" has been removed.
2011-08-08 13:40:43 -04:00
..
btest Renaming the default loaded "init" scripts and added command line arg for "bare-mode" 2011-08-08 13:40:43 -04:00
external Spelling unification. 2011-08-01 21:03:06 -07:00
scripts Cleaning up some testing stuff. 2011-07-05 18:47:08 -07:00
Makefile Cleaning up some testing stuff. 2011-07-05 18:47:08 -07:00
README Cleaning up some testing stuff. 2011-07-05 18:47:08 -07:00

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.