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

cmake .
make

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

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

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