| .. |
|
A
|
fdb17d604c
ENH: Add test for new find_* command HINTS option.
|
17 years ago |
|
ELF
|
23bdb28cad
Create CMake.ELF test to cover cmELF further
|
16 years ago |
|
include
|
61d3444f93
|
18 years ago |
|
CMakeLists.txt
|
d868ec9406
Merge branch 'add-git-to-CheckSourceTreeTest'
|
15 years ago |
|
CMakeMinimumRequiredTest.cmake.in
|
b3611f70ae
Add tests for uncovered bits of the math and cmake_minimum_required cmake functions.
|
16 years ago |
|
CMakeMinimumRequiredTestScript.cmake
|
b3611f70ae
Add tests for uncovered bits of the math and cmake_minimum_required cmake functions.
|
16 years ago |
|
CheckCMakeTest.cmake
|
d23d268e39
Factor out CMake.File test result check for re-use
|
16 years ago |
|
CheckSourceTreeTest.cmake.in
|
a77aa7065e
CheckSourceTree test: read UpdateCommand from Update.xml.
|
15 years ago |
|
CompilerIdVendorTest.cmake.in
|
3c2ecbe74e
Add alternate per-vendor compiler id detection
|
16 years ago |
|
ConfigureFile-BadArg.cmake
|
229b67a249
Create CMake.ConfigureFile test for configure_file
|
16 years ago |
|
ConfigureFile-DirInput.cmake
|
229b67a249
Create CMake.ConfigureFile test for configure_file
|
16 years ago |
|
ConfigureFile-DirOutput.cmake
|
229b67a249
Create CMake.ConfigureFile test for configure_file
|
16 years ago |
|
ConfigureFile-Relative.cmake
|
229b67a249
Create CMake.ConfigureFile test for configure_file
|
16 years ago |
|
ConfigureFileTest.cmake.in
|
229b67a249
Create CMake.ConfigureFile test for configure_file
|
16 years ago |
|
DummyToolchain.cmake
|
930bb0cd37
|
18 years ago |
|
ELFTest.cmake.in
|
23bdb28cad
Create CMake.ELF test to cover cmELF further
|
16 years ago |
|
EndStuffTest.cmake.in
|
5b74d031db
Increase coverage. Intentionally trigger error conditions. Call all the else*/end* functions without proper opening or containing code structure: else, elseif, endforeach, endfunction, endif, endmacro, endwhile.
|
16 years ago |
|
EndStuffTestScript.cmake
|
5b74d031db
Increase coverage. Intentionally trigger error conditions. Call all the else*/end* functions without proper opening or containing code structure: else, elseif, endforeach, endfunction, endif, endmacro, endwhile.
|
16 years ago |
|
ExecuteScriptTests.cmake
|
5b74d031db
Increase coverage. Intentionally trigger error conditions. Call all the else*/end* functions without proper opening or containing code structure: else, elseif, endforeach, endfunction, endif, endmacro, endwhile.
|
16 years ago |
|
File-Copy-BadArg.cmake
|
e0d3339e65
ENH: Test file(COPY) failure cases
|
16 years ago |
|
File-Copy-BadPerm.cmake
|
e0d3339e65
ENH: Test file(COPY) failure cases
|
16 years ago |
|
File-Copy-BadRegex.cmake
|
e0d3339e65
ENH: Test file(COPY) failure cases
|
16 years ago |
|
File-Copy-EarlyArg.cmake
|
e0d3339e65
ENH: Test file(COPY) failure cases
|
16 years ago |
|
File-Copy-LateArg.cmake
|
e0d3339e65
ENH: Test file(COPY) failure cases
|
16 years ago |
|
File-Copy-NoDest.cmake
|
e0d3339e65
ENH: Test file(COPY) failure cases
|
16 years ago |
|
File-Copy-NoFile.cmake
|
e0d3339e65
ENH: Test file(COPY) failure cases
|
16 years ago |
|
FileDownloadInput.png
|
f67139ae6f
Improve FILE(DOWNLOAD) and ExternalProject.
|
15 years ago |
|
FileDownloadTest.cmake.in
|
f67139ae6f
Improve FILE(DOWNLOAD) and ExternalProject.
|
15 years ago |
|
FileTest.cmake.in
|
ac170b1df6
Remove the rpath_remove_file_is_not_executable test case. It fails on Windows, but passes on Linux. Put back later after addressing inconsistency.
|
16 years ago |
|
FileTestScript.cmake
|
ac170b1df6
Remove the rpath_remove_file_is_not_executable test case. It fails on Windows, but passes on Linux. Put back later after addressing inconsistency.
|
16 years ago |
|
FindBaseTest.cmake.in
|
9203e9187e
Fix spelling errors reported by Lintian.
|
15 years ago |
|
GetFilenameComponentRealpathTest.cmake.in
|
5fbefd66dc
Fix get_filename_component(... REALPATH) work dir
|
16 years ago |
|
GetPrerequisitesTest.cmake.in
|
48e80eb724
Fixes to GetPrerequisites for cygwin
|
15 years ago |
|
IfTest.cmake.in
|
6bf98dba01
Test if() boolean coersion and CMP0012 behaviors
|
16 years ago |
|
ImplicitLinkInfoTest.cmake.in
|
fe3f878f15
Detect object files in implicit link information
|
15 years ago |
|
IncludeTest.cmake.in
|
41e4f1a210
Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE)
|
15 years ago |
|
ListTest.cmake.in
|
f64d3d0b77
ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove duplicates from a list (keep the ordering)
|
17 years ago |
|
MathTest.cmake.in
|
b3611f70ae
Add tests for uncovered bits of the math and cmake_minimum_required cmake functions.
|
16 years ago |
|
MathTestScript.cmake
|
b3611f70ae
Add tests for uncovered bits of the math and cmake_minimum_required cmake functions.
|
16 years ago |
|
MessageTest.cmake.in
|
ca3b93d9c6
ENH: Teach message() how to display warnings
|
16 years ago |
|
MessageTestScript.cmake
|
ca3b93d9c6
ENH: Teach message() how to display warnings
|
16 years ago |
|
ModuleNoticesTest.cmake.in
|
c088e7a341
ModuleNoticesTest: Do not require "Kitware" copyright
|
15 years ago |
|
SeparateArgumentsTest.cmake.in
|
b23b1800a5
ENH: Teach separate_arguments() to parse commands
|
16 years ago |
|
StringTest.cmake.in
|
517e1e3c0f
Add a few more cases to the new StringTest for even better coverage. Re-factor the scripts to make it easier to add new cases to this test. Re-factoring also enables the test driver in ExecuteScriptTests to be re-used when adding new tests in the future.
|
16 years ago |
|
StringTestScript.cmake
|
d6fe0438c1
Fix issue #9851 - only seed the random number generator on the first call to STRING(RANDOM or if given the new RANDOM_SEED argument. Add test and documentation of new argument.
|
16 years ago |
|
ToolchainTest.cmake.in
|
1a3502d66a
BUG: fix test to work with new restrictions that cross compiling must be on
|
17 years ago |
|
VariableWatchTest.cmake.in
|
d958105afb
BUG: Teach VariableWatch test to check results
|
16 years ago |
|
VersionTest.cmake.in
|
98c51ff6dc
ENH: Overhaul CMake version numbering
|
16 years ago |