diff options
| author | Bob Halley <halley@dnspython.org> | 2014-08-31 17:40:54 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2014-08-31 17:40:54 -0700 |
| commit | e3430cec7ce072322b16c2ca97c5ea506f14df31 (patch) | |
| tree | c8444e1b42c414f9eb89e893abed6ebc8709e423 /Makefile | |
| parent | 889e1e7342b54687f491c4521c4329ef1feb8b8f (diff) | |
| download | dnspython-e3430cec7ce072322b16c2ca97c5ea506f14df31.tar.gz | |
Overhaul test suite to allow testing in place.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,3 +54,8 @@ kits: tags: find . -name '*.py' -print | etags - + +check: test + +test: + cd tests; make test |
