summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/test/README
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-09-25 14:53:36 +0200
committerGard Spreemann <gspr@nonempty.org>2019-09-25 14:53:36 +0200
commit70ad5fc411b0e0a3d590ad281fc97d488994062b (patch)
treeb0ddd84d7ee935936787eee2b75f78f2e21c41f0 /src/Persistent_cohomology/test/README
parentb50046e487ab42cdef19b02128a9f498d6a36482 (diff)
parent5ccee32ec2ba38743c6b96867db3e1b5151e45e4 (diff)
Merge branch 'dfsg/latest' into debian/sid
Diffstat (limited to 'src/Persistent_cohomology/test/README')
-rw-r--r--src/Persistent_cohomology/test/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/Persistent_cohomology/test/README b/src/Persistent_cohomology/test/README
new file mode 100644
index 00000000..0c41feed
--- /dev/null
+++ b/src/Persistent_cohomology/test/README
@@ -0,0 +1,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)
+