To compile:
***********

cd /path-to-gudhi/
cmake .
cd /path-to-test/
make

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

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

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