Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sylvain Joubert
KWSys
Commits
017361c4
Commit
017361c4
authored
19 years ago
by
Andy Cedilnik
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Add capability to include files to DartTestfile.txt and add example of that
parent
626e042c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+5
-0
5 additions, 0 deletions
CMakeLists.txt
ExtraTest.cmake.in
+1
-0
1 addition, 0 deletions
ExtraTest.cmake.in
with
6 additions
and
0 deletions
CMakeLists.txt
+
5
−
0
View file @
017361c4
...
...
@@ -520,6 +520,11 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
ENDIF
(
EXECUTABLE_OUTPUT_PATH
)
IF
(
BUILD_TESTING
)
IF
(
CTEST_TEST_KWSYS
)
CONFIGURE_FILE
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/ExtraTest.cmake.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/ExtraTest.cmake"
)
SET_DIRECTORY_PROPERTIES
(
PROPERTIES TEST_INCLUDE_FILE
"
${
CMAKE_CURRENT_BINARY_DIR
}
/ExtraTest.cmake"
)
ENDIF
(
CTEST_TEST_KWSYS
)
ADD_TEST
(
kwsys-testSystemTools
${
EXEC_DIR
}
/testSystemTools
)
ADD_TEST
(
kwsys-testProcess-1
${
EXEC_DIR
}
/testProcess 1
)
ADD_TEST
(
kwsys-testProcess-2
${
EXEC_DIR
}
/testProcess 2
)
...
...
This diff is collapsed.
Click to expand it.
ExtraTest.cmake.in
0 → 100644
+
1
−
0
View file @
017361c4
MESSAGE("*** This message is generated by message inside a file that is included in DartTestfile.txt ***")
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment