From e27fba584f5e3d0f88127de691a704e6b7516af2 Mon Sep 17 00:00:00 2001 From: lns Date: Wed, 25 May 2022 13:45:30 +0200 Subject: Added script to compare and verify the output of `make dist'. This fixes some build/test issues resulting when using tarballs. * nDPI uses autotools (especially autoconf) in a wrong way, see #1163 Signed-off-by: lns --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 271516b87..d1fe3730a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,9 @@ TESTS = do.sh -EXTRA_DIST = ossfuzz.sh pcap result +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 "" -- cgit v1.2.3