zeek/testing
Chung Min Kim a8e65d908e Fixing up make html target
Add types of files that genhtml (the program that generates html files
from .gcno/.gcda files, included in lcov) should ignore, such as .yy and
.ll files.
2018-07-30 12:11:18 -07:00
..
btest Add code coverage for bro source files after btest test suite 2018-06-22 14:27:46 -07:00
coverage Fixing up make html target 2018-07-30 12:11:18 -07:00
external Relocate temporary script coverage files 2018-06-01 11:30:36 -05:00
scripts Reduce number of btest threads running tests on Travis CI 2018-04-20 09:30:06 -05:00
.gitignore Test coverage integration for external tests and complete suite. 2012-01-12 11:58:13 -06:00
Makefile Refactoring, making error messages nicer, & lcov 2018-07-24 13:19:14 -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.