]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Makefile.am: Integrate testsuites
authorPhil Sutter <phil@nwl.cc>
Sat, 15 Oct 2022 10:25:28 +0000 (12:25 +0200)
committerPhil Sutter <phil@nwl.cc>
Wed, 14 Dec 2022 14:47:18 +0000 (15:47 +0100)
Support calling 'make check' in topdir to run all three testsuites.
While updating .gitignore, also add 'configure~' my autotools create and
the tags file.

Signed-off-by: Phil Sutter <phil@nwl.cc>
.gitignore
Makefile.am

index a206fb4870bc899b91bfa9bdf57f28394c36b252..ec4e44cad8aa759343a798635cc9ea5a70bdb0b6 100644 (file)
@@ -20,6 +20,7 @@ Makefile.in
 /build-aux/
 /config.*
 /configure
+/configure~
 /libtool
 /stamp-h1
 /iptables/iptables-apply.8
@@ -29,3 +30,14 @@ Makefile.in
 
 # vim/nano swap file
 *.swp
+
+/tags
+
+# make check results
+/test-suite.log
+/iptables-test.py.log
+/iptables-test.py.trs
+/xlate-test.py.log
+/xlate-test.py.trs
+iptables/tests/shell/run-tests.sh.log
+iptables/tests/shell/run-tests.sh.trs
index 61604d32e6131e3fc86f9e2e49e9ae3ebe8caab2..451c3cb2d58879b5a3102877c131d806f495a974 100644 (file)
@@ -33,3 +33,5 @@ tarball:
 
 config.status: extensions/GNUmakefile.in \
        include/xtables-version.h.in
+
+TESTS = xlate-test.py iptables-test.py iptables/tests/shell/run-tests.sh