generated from tier4/ros2-project-template
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(aeva): fix wrongly compiledand thus skipped unit test
Signed-off-by: Max SCHMELLER <[email protected]>
- Loading branch information
Showing
4 changed files
with
45 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,11 @@ | ||
add_library(aeva_hw_interface_test SHARED | ||
aeva_hw_interface_test.cpp) | ||
|
||
target_include_directories(aeva_hw_interface_test PUBLIC | ||
${NEBULA_TEST_INCLUDE_DIRS} | ||
) | ||
|
||
target_link_libraries(aeva_hw_interface_test | ||
${AEVA_TEST_LIBRARIES} | ||
) | ||
|
||
ament_add_gtest(aeva_test_main | ||
aeva_test_main.cpp | ||
) | ||
|
||
target_include_directories(aeva_test_main PUBLIC | ||
${PROJECT_SOURCE_DIR}/src/aeva | ||
include | ||
${NEBULA_TEST_INCLUDE_DIRS} | ||
) | ||
|
||
target_link_libraries(aeva_test_main | ||
aeva_hw_interface_test | ||
) | ||
${AEVA_TEST_LIBRARIES} | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters