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

cmake .
make

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

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

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