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
7b483530
Commit
7b483530
authored
Dec 22, 2017
by
Emmanuel Promayon
Browse files
FIXED remove build subproject test as it always fails
Also fixes cosmetics and comments
parent
15033ab0
Changes
2
Show whitespace changes
Inline
Side-by-side
sdk/cmake/ctest/experimental.cmake
View file @
7b483530
...
...
@@ -174,12 +174,7 @@ foreach(subproject ${CAMITK_SUBPROJECTS})
ctest_build
()
ctest_submit
(
PARTS Build
)
# building binary for testing
message
(
STATUS
"- Building tests for
${
subproject
}
..."
)
set
(
CTEST_BUILD_TARGET
${
subproject
}
test
)
ctest_build
()
# Run tests
# run tests
message
(
STATUS
"- Running tests for
${
subproject
}
..."
)
ctest_test
(
BUILD
"
${
CTEST_BINARY_DIRECTORY
}
"
INCLUDE_LABEL
"
${
subproject
}
"
)
ctest_submit
(
PARTS Test
)
...
...
sdk/cmake/modules/macros/camitk/test/CamiTKAdditionalActionTest.cmake
View file @
7b483530
...
...
@@ -99,6 +99,7 @@ macro(camitk_additional_action_test)
camitk_init_test
(
camitk-testactions
)
endif
()
# add a separator to the wiki page information
camitk_parse_test_add_separator
(
EXTENSION_TYPE actions EXTENSION_NAME
${
ACTION_EXTENSION
}
)
# Retrieve the files in testdata directory - a test will be applied for each of these files
...
...
@@ -119,6 +120,7 @@ macro(camitk_additional_action_test)
TEST_SUFFIX
"-additional-
${
CAMITK_ADDITIONAL_ACTION_TEST_SUFFIX
}
-level1-"
PROJECT_NAME
"action-
${
ACTION_EXTENSION
}
"
)
# add test to the wiki page information
camitk_parse_test_add
(
NAME
${
CAMITK_TEST_NAME
}
LEVEL 1 DESCRIPTION
"Open a file, load the action and apply it on the component."
)
endforeach
()
...
...
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