Skip to content

Commit 62d34df

Browse files
authored
Add an explicit CMake option to turn on/off integration tests (#282)
This should make it more obvious how to turn on / off the integration tests.
1 parent 245c01a commit 62d34df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ FetchContent_MakeAvailable(googletest)
1616

1717
include(GoogleTest)
1818

19+
option(INTEGRATION_TESTS "Build the integration tests that require a running robot / URSim" OFF)
1920
# Build Tests
2021
if (INTEGRATION_TESTS)
2122
# Integration tests require a robot reachable at 192.168.56.101. Therefore, they have to be

0 commit comments

Comments
 (0)