summaryrefslogtreecommitdiff
path: root/src/Alpha_shapes/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/Alpha_shapes/test/README')
-rw-r--r--src/Alpha_shapes/test/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Alpha_shapes/test/README b/src/Alpha_shapes/test/README
index 244a2b84..cddd46ca 100644
--- a/src/Alpha_shapes/test/README
+++ b/src/Alpha_shapes/test/README
@@ -1,12 +1,14 @@
To compile:
***********
+cd /path-to-gudhi/
cmake .
+cd /path-to-test/
make
To launch with details:
***********************
-./AlphaShapesUnitTest --report_level=detailed --log_level=all
+./AlphaShapesUT --report_level=detailed --log_level=all
==> echo $? returns 0 in case of success (non-zero otherwise)