zeek/testing
Jon Siwek edf8658b11 Merge remote-tracking branch 'origin/topic/vladg/dhcp_event_deprecation'
* origin/topic/vladg/dhcp_event_deprecation:
  Add script to support the old DHCP events

Updated coverage tests and fixed incorrect DHCP:: scoping on some things
2018-08-17 16:38:19 -05:00
..
btest Merge remote-tracking branch 'origin/topic/vladg/dhcp_event_deprecation' 2018-08-17 16:38:19 -05:00
coverage Merge branch 'master' of https://github.com/chungmin99/bro 2018-08-08 13:11:20 -07:00
external Misc. unit test improvements 2018-08-10 16:58:27 -05:00
scripts Improve the travis-job script to work outside of Travis 2018-08-09 14:00:55 -05:00
.gitignore Test coverage integration for external tests and complete suite. 2012-01-12 11:58:13 -06:00
Makefile Added coverage to .PHONY in Makefile due to testing/coverage 2018-07-30 12:17:40 -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.