This could do it : `set_tests_properties(TestsForA TestsForB PROPERTIES RUN_SERIAL TRUE)` Ref : https://cmake.org/cmake/help/v3.0/prop_test/RUN_SERIAL.html This might be just an extra `SERIAL` argument to pass to catkin_add_[py/nose]tests
This could do it :
set_tests_properties(TestsForA TestsForB PROPERTIES RUN_SERIAL TRUE)Ref : https://cmake.org/cmake/help/v3.0/prop_test/RUN_SERIAL.html
This might be just an extra
SERIALargument to pass to catkin_add_[py/nose]tests