summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/Alpha_complex/test/README')
-rw-r--r--src/Alpha_complex/test/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Alpha_complex/test/README b/src/Alpha_complex/test/README
new file mode 100644
index 00000000..0e5b9eb1
--- /dev/null
+++ b/src/Alpha_complex/test/README
@@ -0,0 +1,12 @@
+To compile:
+***********
+
+cmake .
+make
+
+To launch with details:
+***********************
+
+./Alpha_complex_unit_test --report_level=detailed --log_level=all
+
+ ==> echo $? returns 0 in case of success (non-zero otherwise)