Methods Polyhedron.fromsympy(), Polyhedron.tosympy()
[linpy.git] / Makefile
index 6bc97f3..f2f5e9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ build:
 
 .PHONY: test
 test: build
-       $(PYTHON) -m unittest
+       $(PYTHON) -m unittest -v
 
 .PHONY: clean
 clean: