File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if(ament_cmake_FOUND AND BUILD_TESTING)
27
27
28
28
ament_add_gtest_executable (${BEHAVIOR_TREE_LIBRARY} _test ${BT_TESTS} )
29
29
target_link_libraries (${BEHAVIOR_TREE_LIBRARY} _test ${BEHAVIOR_TREE_LIBRARY}
30
- crossdoor_nodes dummy_nodes
30
+ bt_sample_nodes
31
31
${ament_LIBRARIES} )
32
32
target_include_directories (${BEHAVIOR_TREE_LIBRARY} _test PRIVATE gtest/include )
33
33
include_directories ($< BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /3rdparty> )
@@ -36,7 +36,7 @@ elseif(catkin_FOUND AND CATKIN_ENABLE_TESTING)
36
36
37
37
catkin_add_gtest (${BEHAVIOR_TREE_LIBRARY} _test ${BT_TESTS} )
38
38
target_link_libraries (${BEHAVIOR_TREE_LIBRARY} _test ${BEHAVIOR_TREE_LIBRARY}
39
- crossdoor_nodes dummy_nodes
39
+ bt_sample_nodes
40
40
${catkin_LIBRARIES} )
41
41
target_include_directories (${BEHAVIOR_TREE_LIBRARY} _test PRIVATE gtest/include )
42
42
@@ -46,7 +46,7 @@ elseif(GTEST_FOUND AND BUILD_UNIT_TESTS)
46
46
47
47
add_executable (${BEHAVIOR_TREE_LIBRARY} _test ${BT_TESTS} )
48
48
target_link_libraries (${PROJECT_NAME} _test ${BEHAVIOR_TREE_LIBRARY}
49
- crossdoor_nodes dummy_nodes
49
+ bt_sample_nodes
50
50
${GTEST_LIBRARIES}
51
51
${GTEST_MAIN_LIBRARIES} )
52
52
target_include_directories (${BEHAVIOR_TREE_LIBRARY} _test PRIVATE gtest/include ${GTEST_INCLUDE_DIRS} )
You can’t perform that action at this time.
0 commit comments