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