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 530b33c1..c90135b8 100644
--- a/src/cython/Makefile
+++ b/src/cython/Makefile
@@ -3,11 +3,13 @@ ext:
test:
python test/Simplex_tree_UT.py
+ python test/Mini_simplex_tree_UT.py
python test/Rips_complex_UT.py
python test/Alpha_complex_UT.py
example:
python example/Simplex_tree_example.py
+ python example/Mini_simplex_tree_example.py
python example/Rips_complex_example.py
python example/Alpha_complex_example.py