Add the various testsuite runners to TESTS variable and have make call them with RUN_FULL_TESTSUITE=1 env var. Signed-off-by: Phil Sutter --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index ba09e7f0953d5..4fb75b85a5d59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -409,5 +409,11 @@ EXTRA_DIST += \ tests \ $(NULL) +AM_TESTS_ENVIRONMENT = RUN_FULL_TESTSUITE=1; export RUN_FULL_TESTSUITE; +TESTS = tests/json_echo/run-test.py \ + tests/monitor/run-tests.sh \ + tests/py/nft-test.py \ + tests/shell/run-tests.sh + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libnftables.pc -- 2.49.0