Commit 1cb15cfb authored by Michael Tremer's avatar Michael Tremer

tests: List Python test cases as scripts

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent e42bcbe4
...@@ -324,15 +324,8 @@ TESTS_ENVIRONMENT = \ ...@@ -324,15 +324,8 @@ TESTS_ENVIRONMENT = \
TEST_DATA_DIR="$(abs_top_srcdir)/tests/data" TEST_DATA_DIR="$(abs_top_srcdir)/tests/data"
TESTS = \ TESTS = \
src/test-libloc \ $(check_PROGRAMS) \
src/test-stringpool \ $(dist_check_SCRIPTS)
src/test-database \
src/test-as \
src/test-network \
src/test-country \
src/test-signature \
src/test-address \
tests/python/test-export.py
EXTRA_DIST += \ EXTRA_DIST += \
tests/data/location-2022-03-30.db tests/data/location-2022-03-30.db
...@@ -345,6 +338,9 @@ testdata.db: examples/python/create-database.py ...@@ -345,6 +338,9 @@ testdata.db: examples/python/create-database.py
ABS_SRCDIR="$(abs_srcdir)" \ ABS_SRCDIR="$(abs_srcdir)" \
$(PYTHON) $< $@ $(PYTHON) $< $@
dist_check_SCRIPTS = \
tests/python/test-export.py
check_PROGRAMS = \ check_PROGRAMS = \
src/test-libloc \ src/test-libloc \
src/test-stringpool \ src/test-stringpool \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment