summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistent_cohomology/test/README')
-rw-r--r--src/Persistent_cohomology/test/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/Persistent_cohomology/test/README b/src/Persistent_cohomology/test/README
index 56474fa0..ddceac63 100644
--- a/src/Persistent_cohomology/test/README
+++ b/src/Persistent_cohomology/test/README
@@ -7,6 +7,15 @@ make
To launch with details:
***********************
-./persistent_cohomology_unit_test --report_level=detailed --log_level=all
+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)
+