We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245c01a commit 62d34dfCopy full SHA for 62d34df
tests/CMakeLists.txt
@@ -16,6 +16,7 @@ FetchContent_MakeAvailable(googletest)
16
17
include(GoogleTest)
18
19
+option(INTEGRATION_TESTS "Build the integration tests that require a running robot / URSim" OFF)
20
# Build Tests
21
if (INTEGRATION_TESTS)
22
# Integration tests require a robot reachable at 192.168.56.101. Therefore, they have to be
0 commit comments