summaryrefslogtreecommitdiff
path: root/src/cython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/Makefile')
-rw-r--r--src/cython/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cython/Makefile b/src/cython/Makefile
index 75adbf3a..fdf4956c 100644
--- a/src/cython/Makefile
+++ b/src/cython/Makefile
@@ -6,6 +6,8 @@ test:
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_cubical_complex.py
example:
python example/simplex_tree_example.py