|
@@ -1,12 +1,5 @@
|
|
-PYTESTS =
|
|
|
|
-SHTESTS =
|
|
|
|
-EXTRA_DIST =
|
|
|
|
-
|
|
|
|
-if KEA_SHELL
|
|
|
|
-
|
|
|
|
-# Ok, shell is enabled. Let's run those tests.
|
|
|
|
-PYTESTS += shell_unittest.py
|
|
|
|
-SHTESTS += shell_process_tests.sh
|
|
|
|
|
|
+PYTESTS = shell_unittest.py
|
|
|
|
+SHTESTS = shell_process_tests.sh
|
|
noinst_SCRIPTS = $(PYTESTS) $(SHTESTS)
|
|
noinst_SCRIPTS = $(PYTESTS) $(SHTESTS)
|
|
|
|
|
|
# test using command-line arguments, so use check-local target instead of TESTS
|
|
# test using command-line arguments, so use check-local target instead of TESTS
|
|
@@ -27,15 +20,6 @@ check-shell:
|
|
${SHELL} $(abs_builddir)/$$shtest || exit ; \
|
|
${SHELL} $(abs_builddir)/$$shtest || exit ; \
|
|
done
|
|
done
|
|
|
|
|
|
-else
|
|
|
|
-
|
|
|
|
-# Nope, shell is disabled. Let's keep the files in EXTRA_DIST, so they get
|
|
|
|
-# included in make dist, but don't do anything special about them.
|
|
|
|
-EXTRA_DIST += shell_unittest.py shell_process_tests.sh
|
|
|
|
-
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
-
|
|
|
|
CLEANDIRS = __pycache__
|
|
CLEANDIRS = __pycache__
|
|
|
|
|
|
clean-local:
|
|
clean-local:
|