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

cmake .
make

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

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

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