summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/test/README
blob: ddceac6358a4d74cc45297887aac5006c8b0b27a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
To compile:
***********

cmake .
make

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

SINGLE FIELD
------------
./persistent_cohomology_unit_test simplex_tree_file_for_unit_test.txt --report_level=detailed --log_level=all 

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

MULTI FIELD
-----------
./persistent_cohomology_unit_test_multi_field simplex_tree_file_for_multi_field_unit_test.txt --report_level=detailed --log_level=all

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