summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/test/README
blob: 00bd9a91317e325d09a833ed9978f9cb1c7e6375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
To compile:
***********

cmake .
make

To launch with details:
***********************

./Bottleneck_distance_unit_test --report_level=detailed --log_level=all

   ==> echo $? returns 0 in case of success (non-zero otherwise)