From: Michael Tremer Date: Wed, 30 Mar 2022 15:48:19 +0000 (+0000) Subject: tests: List Python test cases as scripts X-Git-Tag: 0.9.13~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1cb15cfba6f409642b23986523d576f4fec6bda2;p=location%2Flibloc.git tests: List Python test cases as scripts Signed-off-by: Michael Tremer --- 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 \