Vern Paxson
|
7a41170a59
|
updates for gen-C++ maintenance, including skipping some inappropriate tests
|
2022-08-01 16:47:17 -07:00 |
|
Vern Paxson
|
690a4590b7
|
test suite updates for refined script coverage, use of new BiF to speed startup
|
2022-05-03 12:36:50 -07:00 |
|
Christian Kreibich
|
0b674eb851
|
Baseline refresh to reflect btest 0.64
|
2020-12-06 20:19:49 -08:00 |
|
Jon Siwek
|
1e57e3f026
|
Use .zeek file suffix in unit tests
|
2019-04-16 16:08:57 -07:00 |
|
Robin Sommer
|
5cfb8d65c3
|
Updating tests for the #start/#end change.
|
2012-07-19 22:28:55 -07:00 |
|
Jon Siwek
|
713e3ac5d0
|
Add "# @no-test" tag to blacklist statements from test coverage analysis.
It can apply to either single statements:
print "don't cover"; # @no-test
or a block of statements:
if ( F )
{ # @no-test
...
}
|
2012-01-13 14:52:58 -06:00 |
|