mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 08:50:18 +00:00
* make check great again (not so much) * make doc/doc-view * CI updates Signed-off-by: lns <matzeton@googlemail.com>
13 lines
293 B
Makefile
13 lines
293 B
Makefile
TESTS = do.sh do-dga.sh
|
|
|
|
if BUILD_UNITTESTS
|
|
TESTS += do-unit.sh
|
|
endif
|
|
|
|
EXTRA_DIST = pcap result 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 ""
|