summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/test/README
blob: df2ab89ad8b8276e341d5798c131125f993a7da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To compile:
***********

cd /path-to-gudhi/
cmake .
cd /path-to-test/
make

To launch with details:
***********************

./Simplex_tree_test_unit --report_level=detailed --log_level=all

   ==> echo $? returns 0 in case of success (non-zero otherwise)