We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052d3f1 commit c248290Copy full SHA for c248290
tests/CMakeLists.txt
@@ -3,7 +3,7 @@ file(GLOB TEST_SOURCE "*_test.cpp")
3
4
if(TEST_SOURCE)
5
find_package(ament_index_cpp REQUIRED)
6
-
+
7
foreach(TEST_FILE ${TEST_SOURCE})
8
get_filename_component(TEST_NAME ${TEST_FILE} NAME_WE)
9
0 commit comments