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 = \
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 \
......
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