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

cmake .
make

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

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

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