5 lines
126 B
CMake
5 lines
126 B
CMake
if (CATKIN_ENABLE_TESTING)
|
|
catkin_add_gtest(utest utest.cpp)
|
|
catkin_add_nosetests(utest.py)
|
|
endif (CATKIN_ENABLE_TESTING)
|