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/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Alpha_shapes/test/README b/src/Alpha_shapes/test/README
deleted file mode 100644
index cddd46ca..00000000
--- a/src/Alpha_shapes/test/README
+++ /dev/null
@@ -1,14 +0,0 @@
-To compile:
-***********
-
-cd /path-to-gudhi/
-cmake .
-cd /path-to-test/
-make
-
-To launch with details:
-***********************
-
-./AlphaShapesUT --report_level=detailed --log_level=all
-
- ==> echo $? returns 0 in case of success (non-zero otherwise)