summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-10-15 12:25:28 +0200
committerPhil Sutter <phil@nwl.cc>2022-12-14 15:47:18 +0100
commite1eaa04e31e44eab729e4a39a9967c6f1e24d499 (patch)
tree6efdd10f34f417840a26342c57dd58e782edb96c /Makefile.am
parentc32410edee6a855a1557359caecc5f0b98d8cbe1 (diff)
Makefile.am: Integrate testsuites
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 61604d32..451c3cb2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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