From: Bob Halley Date: Sun, 15 Jun 2014 13:22:44 +0000 (-0700) Subject: add top-level test targets X-Git-Tag: v1.12.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2671293f470d998093d1ba0abe699591676fb951;p=thirdparty%2Fdnspython.git add top-level test targets --- diff --git a/Makefile b/Makefile index b46afb95..78360f12 100644 --- a/Makefile +++ b/Makefile @@ -54,3 +54,8 @@ kits: tags: find . -name '*.py' -print | etags - + +check: test + +test: + cd tests; make test