| .. |
|
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
|
10750bff1c
Fix configure time error that occurs when there is a backslash in the HOME environment variable.
|
16 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
|
1e04804e84
Force CheckSourceTree test to pass if the source tree is not a CVS checkout. The test can only do its checking if cvs is available and the source tree is a cvs checkout. Also, allow for the possibility that backslash characters exist in the HOME environment variable, because they may when built in a cygwin environment on Windows.
|
16 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 |
|
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
|
fdb17d604c
ENH: Add test for new find_* command HINTS option.
|
17 years ago |
|
GetFilenameComponentRealpathTest.cmake.in
|
5fbefd66dc
Fix get_filename_component(... REALPATH) work dir
|
16 years ago |
|
GetPrerequisitesTest.cmake.in
|
2981936707
STYLE: White space only change to see if continuous is working on new dashboard machine...
|
16 years ago |
|
IfTest.cmake.in
|
6bf98dba01
Test if() boolean coersion and CMP0012 behaviors
|
16 years ago |
|
ImplicitLinkInfoTest.cmake.in
|
dc577fb8b1
Check Mac linker lines in ImplicitLinkInfo test
|
16 years ago |
|
IncludeTest.cmake.in
|
c8067b3904
ENH: fix it
|
18 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
|
62edb7b943
Better CMake.ModulesNotice test regex
|
16 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 |