-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch2 tests moved under the flag BUILD_TESTING and are OFF be default
- Loading branch information
1 parent
0a9a285
commit 72e89b0
Showing
7 changed files
with
24 additions
and
37 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/external/Catch2/single_include/) | ||
|
||
ADD_EXECUTABLE(test_SE3 test_SE3.cpp) | ||
TARGET_LINK_LIBRARIES(test_SE3 SE3) | ||
ADD_TEST(NAME test_SE3 COMMAND $<TARGET_FILE:test_SE3>) | ||
|
||
ADD_EXECUTABLE(test_SE3cov test_SE3cov.cpp) | ||
TARGET_LINK_LIBRARIES(test_SE3cov SE3) | ||
ADD_TEST(NAME test_SE3cov COMMAND $<TARGET_FILE:test_SE3cov>) |
File renamed without changes.
File renamed without changes.