summaryrefslogtreecommitdiff
path: root/src/cython/Makefile
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-23 09:49:03 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-23 09:49:03 +0000
commit8cb574ec24253e908960e00d950f2b319aabf793 (patch)
tree7dbf15c2798904f809fc508a91950c7c12439088 /src/cython/Makefile
parent0d7729ea665cd2d3c4cabe02fde9c82ea8d86a97 (diff)
Cubical complex unitary tests
Using pytest because of unittest bug on __function in cython git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1332 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: bbb829104ddb14173cdb066c40e73273fac0c720
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