diff options
author | lns <matzeton@googlemail.com> | 2022-05-25 13:45:30 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-05-26 13:02:41 +0200 |
commit | e27fba584f5e3d0f88127de691a704e6b7516af2 (patch) | |
tree | 06de31c587b822fee05470fa22e268b61a551caa /tests/Makefile.am | |
parent | 7010d17ccc5669b2c2cf4fd7b7140b5f4c580b20 (diff) |
Added script to compare and verify the output of `make dist'.add/tarball-verification-script
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 <matzeton@googlemail.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 "" |