summaryrefslogtreecommitdiff
path: root/src/Alpha_shapes/test/README
blob: cddd46ca4e105bf1477dc98da437c13450924d60 (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:
***********************

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

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