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..f2a7eb5a
--- /dev/null
+++ b/src/common/test/README
@@ -0,0 +1,14 @@
+To compile:
+***********
+
+cmake .
+make
+
+To launch with details:
+***********************
+
+./dtoffrw_UT --report_level=detailed --log_level=all
+
+ ==> echo $? returns 0 in case of success (non-zero otherwise)
+
+