Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test_dbc_gen_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if(BUILD_TESTING)
Catch2::Catch2WithMain
fake_vehicle_can
fake_j1939_can
dbc_gen_cpp::dbc_gen_cpp
)
ament_target_dependencies(test_dbc_cpp dbc_gen_cpp)
target_include_directories(test_dbc_cpp PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/test)

ament_add_test(
Expand Down
Loading