Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 805 Bytes

File metadata and controls

64 lines (49 loc) · 805 Bytes

[rep_kdtree]

[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.sh



to show the list of the tests ...

$ cd <root_dir>/rep_kdtree/build
$ ctest -N

to run all the tests ...

$ cd <root_dir>/rep_kdtree/build
$ ctest -VV

to 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