Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
32e78ac5
Commit
32e78ac5
authored
Dec 22, 2017
by
Emmanuel Promayon
Browse files
FIXES no need to build subproject test
There is nothing like this in CEP
parent
905b357c
Changes
2
Hide whitespace changes
Inline
Side-by-side
sdk/cmake/ctest/continuous.cmake
View file @
32e78ac5
...
...
@@ -155,9 +155,6 @@ while (${CTEST_ELAPSED_TIME} LESS ${CONTINUOUS_BUILD_DURATION})
set
(
CTEST_BUILD_TARGET
${
subproject
}
)
ctest_build
()
ctest_submit
(
PARTS Build
)
# build binary for testing
set
(
CTEST_BUILD_TARGET
${
subproject
}
test
)
ctest_build
()
# Run tests
ctest_test
(
BUILD
"
${
CTEST_BINARY_DIRECTORY
}
"
INCLUDE_LABEL
"
${
subproject
}
"
)
...
...
sdk/cmake/ctest/nightly.cmake
View file @
32e78ac5
...
...
@@ -159,9 +159,6 @@ foreach(subproject ${CAMITK_SUBPROJECTS})
set
(
CTEST_BUILD_TARGET
${
subproject
}
)
ctest_build
()
ctest_submit
(
PARTS Build
)
# building binary for testing
set
(
CTEST_BUILD_TARGET
${
subproject
}
test
)
ctest_build
()
# Run tests
ctest_test
(
BUILD
"
${
CTEST_BINARY_DIRECTORY
}
"
INCLUDE_LABEL
"
${
subproject
}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment