Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
CamiTK Community Edition
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
CamiTK
CamiTK Community Edition
Commits
bcae0cae
Commit
bcae0cae
authored
Jun 06, 2018
by
Emmanuel Promayon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIXED run all test from the top-level repository (so that all extensions can be found)
parent
9e4de6e2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
sdk/cmake/modules/macros/camitk/test/CamiTKAddIntegrationTest.cmake
...modules/macros/camitk/test/CamiTKAddIntegrationTest.cmake
+1
-0
sdk/cmake/modules/macros/camitk/test/CamiTKTestActionStateMachine.cmake
...les/macros/camitk/test/CamiTKTestActionStateMachine.cmake
+1
-0
No files found.
sdk/cmake/modules/macros/camitk/test/CamiTKAddIntegrationTest.cmake
View file @
bcae0cae
...
...
@@ -153,6 +153,7 @@ macro(camitk_add_integration_test)
-DCAMITK_TEST_OUTPUT_DIR=
${
CAMITK_TEST_OUTPUT_DIR
}
-DCAMITK_TEST_NAME=
${
CAMITK_INTEGRATION_TEST_NAME
}
-P
${
CAMITK_CMAKE_MACRO_PATH
}
/CamiTKTestActionStateMachine.cmake
WORKING_DIRECTORY
${
CMAKE_BINARY_DIR
}
# needs to be at the top of the CamiTK module repository
)
...
...
sdk/cmake/modules/macros/camitk/test/CamiTKTestActionStateMachine.cmake
View file @
bcae0cae
...
...
@@ -62,6 +62,7 @@ execute_process(
COMMAND
${
CAMITK_TEST_COMMAND
}
${
CAMITK_TEST_COMMAND_ARG_LIST
}
RESULT_VARIABLE CAMITK_TEST_COMMAND_RESULT
OUTPUT_VARIABLE CAMITK_TEST_COMMAND_OUTPUT
WORKING_DIRECTORY
${
CMAKE_BINARY_DIR
}
)
file
(
WRITE
${
CAMITK_TEST_COMMAND_RESULT_FILE
}
${
CAMITK_TEST_COMMAND_RESULT
}
)
file
(
WRITE
${
CAMITK_TEST_COMMAND_OUTPUT_FILE
}
${
CAMITK_TEST_COMMAND_OUTPUT
}
)
...
...
Write
Preview
Markdown
is supported
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