zeek/testing
Robin Sommer b57624aabf Adding new policy file test-all.bro that loads all other policies.
This is for testing only. There are also two test: one that checks
that test-all.bro loads correctly, and one that ensures that test-all
is actually loading all scripts found in policy/*.
2011-06-30 17:47:23 -07:00
..
btest Adding new policy file test-all.bro that loads all other policies. 2011-06-30 17:47:23 -07:00
external Checkpoint. 2011-06-30 16:56:02 -07:00
README Starting a small framework for doing regression testing with larger 2011-06-30 16:55:45 -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 large traces files. Due
        to the size, these are not included directly. See the README
        for more information.