summaryrefslogtreecommitdiff
path: root/src/cython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/Makefile')
-rw-r--r--src/cython/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cython/Makefile b/src/cython/Makefile
index fdf4956c..406f59ae 100644
--- a/src/cython/Makefile
+++ b/src/cython/Makefile
@@ -2,11 +2,11 @@ ext:
python setup.py build_ext --inplace
test:
- python test/test_simplex_tree.py
- python test/test_mini_simplex_tree.py
- python test/test_rips_complex.py
- python test/test_alpha_complex.py
- python test/test_witness_complex.py
+ python -m pytest test/test_simplex_tree.py
+ python -m pytest test/test_mini_simplex_tree.py
+ python -m pytest test/test_rips_complex.py
+ python -m pytest test/test_alpha_complex.py
+ python -m pytest test/test_witness_complex.py
python -m pytest test/test_cubical_complex.py
example: