No idea how to add "tests" the CMake way. After reading some docs, I've added this to `/CMakeLists.txt` file: ```cmake enable_testing() add_test(NAME unittest COMMAND test_sdptransform WORKING_DIRECTORY build) ``` but it does nothing...