Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
e60b8b87
Commit
e60b8b87
authored
Oct 18, 2004
by
Andy Cedilnik
Browse files
ENH: Add bootstrap test
parent
6abbc7b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CMakeLists.txt
View file @
e60b8b87
...
...
@@ -634,6 +634,17 @@ IF(BUILD_TESTING)
ADD_TEST
(
CTestTest
${
CMAKE_CTEST_COMMAND
}
-S
"
${
CMake_BINARY_DIR
}
/Tests/CTestTest/test.cmake"
-V
)
IF
(
UNIX
)
ADD_TEST
(
BootstrapTest
${
CMAKE_CTEST_COMMAND
}
--build-and-test
${
CMake_SOURCE_DIR
}
${
CMake_BINARY_DIR
}
/Tests/BootstrapTest
--build-nocmake
--build-makeprogram
${
CMake_SOURCE_DIR
}
/bootstrap
--test-command
${
CMake_BINARY_DIR
}
/Tests/BootstrapTest/Bootstrap.cmk/cmake --version
)
ENDIF
(
UNIX
)
ENDIF
(
CTEST_TEST_CTEST
)
...
...
@@ -698,8 +709,6 @@ IF(BUILD_TESTING)
--build-options -DCMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE:FILEPATH=
${
CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE
}
--test-command UseWX
)
ENDIF
(
CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE OR WXWINDOWS_INCLUDE_DIR
)
IF
(
UNIX
)
...
...
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