Skip to content

Commit

Permalink
fixing tests in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodehn committed Feb 7, 2018
1 parent 53dc120 commit 625f0c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ catkin_pip_package(pyros_msgs)
#######

if (CATKIN_ENABLE_TESTING)
catkin_add_pytests(pyros_msgs/typecheck/tests)
catkin_add_pytests(pyros_msgs/opt_as_array/tests)
catkin_add_pytests(pyros_msgs/opt_as_nested/tests)
catkin_add_pytests(tests/test_pyros_msgs/typecheck)
catkin_add_pytests(tests/test_pyros_msgs/opt_as_array)
catkin_add_pytests(tests/test_pyros_msgs/opt_as_nested)
endif()


0 comments on commit 625f0c6

Please sign in to comment.