From 1cb15cfba6f409642b23986523d576f4fec6bda2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 30 Mar 2022 15:48:19 +0000 Subject: [PATCH] tests: List Python test cases as scripts Signed-off-by: Michael Tremer --- Makefile.am | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 129e6d8..b9d0c69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -324,15 +324,8 @@ TESTS_ENVIRONMENT = \ TEST_DATA_DIR="$(abs_top_srcdir)/tests/data" TESTS = \ - src/test-libloc \ - src/test-stringpool \ - src/test-database \ - src/test-as \ - src/test-network \ - src/test-country \ - src/test-signature \ - src/test-address \ - tests/python/test-export.py + $(check_PROGRAMS) \ + $(dist_check_SCRIPTS) EXTRA_DIST += \ tests/data/location-2022-03-30.db @@ -345,6 +338,9 @@ testdata.db: examples/python/create-database.py ABS_SRCDIR="$(abs_srcdir)" \ $(PYTHON) $< $@ +dist_check_SCRIPTS = \ + tests/python/test-export.py + check_PROGRAMS = \ src/test-libloc \ src/test-stringpool \ -- 2.39.5