Tests managed by setuptools
[linpy.git] / Makefile
index 735d08a..8da4079 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ build:
        $(SETUP) build_ext --inplace
 
 .PHONY: test
-test: build
-       $(PYTHON) -m unittest -v
+test:
+       $(SETUP) test
 
 .PHONY: doc
 doc: