|
@@ -1,9 +1,13 @@
|
|
|
-PYTESTS = data_test.py session_test.py test.py
|
|
|
+# NOTE: test.py remove since is broken. See ticket #156
|
|
|
+PYTESTS = data_test.py session_test.py
|
|
|
# NOTE: test_session.py is to be run manually, so not automated.
|
|
|
EXTRA_DIST = $(PYTESTS)
|
|
|
EXTRA_DIST += sendcmd.py
|
|
|
EXTRA_DIST += test_session.py
|
|
|
|
|
|
+# TODO: remove this when readded to PYTESTS
|
|
|
+EXTRA_DIST += test.py
|
|
|
+
|
|
|
# later will have configure option to choose this, like: coverage run --branch
|
|
|
PYCOVERAGE = $(PYTHON)
|
|
|
# test using command-line arguments, so use check-local target instead of TESTS
|