]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add top-level test targets
authorBob Halley <halley@dnspython.org>
Sun, 15 Jun 2014 13:22:44 +0000 (06:22 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 15 Jun 2014 13:22:44 +0000 (06:22 -0700)
Makefile

index b46afb9557877ae5262834565e3c3c09ef9f47ae..78360f12f0c4f6b7567309b0c85b4b906305adc0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,3 +54,8 @@ kits:
 
 tags:
        find . -name '*.py' -print | etags -
+
+check: test
+
+test:
+       cd tests; make test