[installation]
$ cd <root_dir>
$ git clone https://github.com/mo-lormi/rep_kdtree.git$ cd <root_dir>/rep_kdtree
$ mkdir build$ cd <root_dir>/rep_kdtree/build
$ cmake ../$ cd <root_dir>/rep_kdtree/build
$ cmake --build .$ cd <root_dir>/rep_kdtree/build
$ make install$ cd <root_dir>/rep_kdtree/bin
$ source setup_env_sw_dev.shto show the list of the tests ...
$ cd <root_dir>/rep_kdtree/build
$ ctest -Nto run all the tests ...
$ cd <root_dir>/rep_kdtree/build
$ ctest -VVto run a test ...
$ cd <root_dir>/rep_kdtree/build
$ ctest -VV -R <test name>the log files can be found in ...
<root_dir>/rep_kdtree/build/Testing/Temporary