Skip to content

Commit

Permalink
Rename test (#21)
Browse files Browse the repository at this point in the history
It now reflects the header file name containing the things being tested.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron authored Sep 6, 2019
1 parent be514d6 commit bd7c773
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if(BUILD_TESTING)

ament_lint_auto_find_test_dependencies()

ament_add_gtest(test_basic test/test_basic.cpp)
ament_add_gtest(test_thread_safety_annotations test/test_thread_safety_annotations.cpp)

ament_add_gtest(test_split test/test_split.cpp)

Expand Down
File renamed without changes.

0 comments on commit bd7c773

Please sign in to comment.