summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2014-08-31 17:40:54 -0700
committerBob Halley <halley@dnspython.org>2014-08-31 17:40:54 -0700
commite3430cec7ce072322b16c2ca97c5ea506f14df31 (patch)
treec8444e1b42c414f9eb89e893abed6ebc8709e423 /tests/Makefile
parent889e1e7342b54687f491c4521c4329ef1feb8b8f (diff)
downloaddnspython-e3430cec7ce072322b16c2ca97c5ea506f14df31.tar.gz
Overhaul test suite to allow testing in place.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile
index cd6e4fa..8c465df 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -20,7 +20,4 @@ PYTHON=python3
check: test
test:
- @for i in *.py; do \
- echo "Running $$i:"; \
- ${PYTHON} $$i || exit 1; \
- done
+ ${PYTHON} ./utest.py