summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/test/README
blob: 0c41feed80ad11af39a14598bde3791946e613b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
To compile:
***********

cd /path-to-gudhi/
cmake .
cd /path-to-test/
make

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

SINGLE FIELD
------------
./Persistent_cohomology_test_unit --report_level=detailed --log_level=all

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

MULTI FIELD
-----------
./Persistent_cohomology_test_unit_multi_field --report_level=detailed --log_level=all

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

BETTI NUMBERS
-------------
./Persistent_cohomology_test_betti_numbers --report_level=detailed --log_level=all

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