nDPI/tests/Makefile.am
Ivan Nardi 7714507f81
Test multiple ndpiReader configurations (#1931)
Extend internal unit tests to handle multiple configurations.
As some examples, add tests about:
* disabling some protocols
* disabling Ookla aggressiveness

Every configurations data is stored in a dedicated directory under
`tests\cfgs`
2023-04-06 11:30:36 +02:00

13 lines
320 B
Makefile

TESTS = do.sh do-dga.sh
if BUILD_UNITTESTS
TESTS += do-unit.sh
endif
EXTRA_DIST = cfgs/*/pcap cfgs/*/result cfgs/*/*.txt performance \
unit/unit.c unit/Makefile.in \
dga/dga_evaluate.c dga/Makefile.in dga/README.md dga/test_dga.csv dga/test_non_dga.csv do-dga.sh \
do-unit.sh do.sh.in ossfuzz.sh
all:
@echo -n ""