summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2014-06-15 06:22:44 -0700
committerBob Halley <halley@dnspython.org>2014-06-15 06:22:44 -0700
commit2671293f470d998093d1ba0abe699591676fb951 (patch)
treefbe0babfae481ee25ec450dd7a2c889693625b64
parent7a277cecc6227edf746a40dbad250503ef3f7d20 (diff)
downloaddnspython-2671293f470d998093d1ba0abe699591676fb951.tar.gz
add top-level test targets
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b46afb9..78360f1 100644
--- a/Makefile
+++ b/Makefile
@@ -54,3 +54,8 @@ kits:
tags:
find . -name '*.py' -print | etags -
+
+check: test
+
+test:
+ cd tests; make test