summaryrefslogtreecommitdiff
path: root/src/common/test/README
blob: a8e6efe9c1c263a3617865ddc90fd27997071c1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)