summaryrefslogtreecommitdiff
path: root/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 /Makefile
parent889e1e7342b54687f491c4521c4329ef1feb8b8f (diff)
downloaddnspython-e3430cec7ce072322b16c2ca97c5ea506f14df31.tar.gz
Overhaul test suite to allow testing in place.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 74469a3..882f6e6 100644
--- a/Makefile
+++ b/Makefile
@@ -54,3 +54,8 @@ kits:
tags:
find . -name '*.py' -print | etags -
+
+check: test
+
+test:
+ cd tests; make test