CMake/Tests/CMakeTests
David Cole 663832eb44 Merge topic 'test-getpropery'
b43cd12 add test for get_property() errors
2012-03-06 15:27:28 -05:00
..
A/include
ELF
include
.gitattributes Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
CMakeLists.txt Merge topic 'test-getpropery' 2012-03-06 15:27:28 -05:00
CMakeMinimumRequiredTest.cmake.in
CMakeMinimumRequiredTestScript.cmake
CheckCMakeTest.cmake Add file(MD5) command to compute cryptographic hash 2011-11-16 10:15:01 -05:00
CheckSourceTreeTest.cmake.in CheckSourceTree: Remove CVS checkout support (#13001) 2012-03-02 10:24:43 -05:00
CompilerIdVendorTest.cmake.in
ConfigureFile-BadArg.cmake
ConfigureFile-DirInput.cmake
ConfigureFile-DirOutput.cmake
ConfigureFile-NewLineStyle-COPYONLY.cmake Add NEWLINE_STYLE option to configure_file (#3957) 2011-11-28 13:48:59 -05:00
ConfigureFile-NewLineStyle-NoArg.cmake Add NEWLINE_STYLE option to configure_file (#3957) 2011-11-28 13:48:59 -05:00
ConfigureFile-NewLineStyle-ValidArg.cmake Add NEWLINE_STYLE option to configure_file (#3957) 2011-11-28 13:48:59 -05:00
ConfigureFile-NewLineStyle-WrongArg.cmake Add NEWLINE_STYLE option to configure_file (#3957) 2011-11-28 13:48:59 -05:00
ConfigureFile-Relative.cmake
ConfigureFileTest.cmake.in Add NEWLINE_STYLE option to configure_file (#3957) 2011-11-28 13:48:59 -05:00
DummyToolchain.cmake
ELFTest.cmake.in
EndStuffTest.cmake.in
EndStuffTestScript.cmake
ExecuteScriptTests.cmake
File-Copy-BadArg.cmake
File-Copy-BadPerm.cmake
File-Copy-BadRegex.cmake
File-Copy-EarlyArg.cmake
File-Copy-LateArg.cmake
File-Copy-NoDest.cmake
File-Copy-NoFile.cmake
File-HASH-Input.txt Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
File-MD5-BadArg1.cmake Add file(MD5) command to compute cryptographic hash 2011-11-16 10:15:01 -05:00
File-MD5-BadArg2.cmake Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
File-MD5-BadArg4.cmake Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
File-MD5-NoFile.cmake Add file(MD5) command to compute cryptographic hash 2011-11-16 10:15:01 -05:00
File-MD5-Works.cmake Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
File-SHA1-Works.cmake Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
File-SHA224-Works.cmake Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
File-SHA256-Works.cmake Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
File-SHA384-Works.cmake Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
File-SHA512-Works.cmake Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
FileDownloadInput.png
FileDownloadTest.cmake.in Make file DOWNLOAD less noisy (#11761) 2011-02-09 13:22:32 -05:00
FileTest.cmake.in Fix CMake.File hash test for CRLF checkouts 2011-11-16 11:26:10 -05:00
FileTestScript.cmake Implement file(UPLOAD (#11286) 2011-02-25 17:26:34 -05:00
FileUploadTest.cmake.in Implement file(UPLOAD (#11286) 2011-02-25 17:26:34 -05:00
FindBaseTest.cmake.in Fix spelling errors reported by Lintian. 2010-07-13 09:41:37 -04:00
GetFilenameComponentRealpathTest.cmake.in
GetPrerequisitesTest.cmake.in Fixes to GetPrerequisites for cygwin 2010-10-27 17:23:00 -04:00
GetProperty-Bad-Argument.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-Bad-Directory.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-Bad-Scope.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-Bad-Target.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-Bad-Test.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-Doc-Properties.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-Global-Name.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-Missing-Argument.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-No-Cache.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-No-Property.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-No-Source.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-No-Target.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-No-Test.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetProperty-Variable-Name.cmake add test for get_property() errors 2012-03-04 13:43:23 +01:00
GetPropertyTest.cmake.in add test for get_property() errors 2012-03-04 13:43:23 +01:00
If-Invalid-Argument.cmake fix uninitialized var in if(NOT foo bar STREQUAL "foo bar") 2012-01-22 12:15:57 +01:00
IfTest.cmake.in fix uninitialized var in if(NOT foo bar STREQUAL "foo bar") 2012-01-22 12:15:57 +01:00
ImplicitLinkInfoTest.cmake.in Absoft: Detect implicit link libraries on Linux and Mac 2011-05-20 08:57:51 -04:00
IncludeTest.cmake.in Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE) 2010-09-28 22:10:47 +02:00
ListTest.cmake.in
MathTest.cmake.in
MathTestScript.cmake
MessageTest.cmake.in
MessageTestScript.cmake
ModuleNoticesTest.cmake.in ModuleNoticesTest: Do not require "Kitware" copyright 2010-08-17 09:23:35 -04:00
ProcessorCountTest.cmake.in ProcessorCount: Use ERROR_QUIET with execute_process (#11302) 2011-03-18 14:28:24 -04:00
PushCheckStateTest.cmake.in Add macros cmake_push/pop_check_state() as discussed on the list. 2011-07-07 22:09:44 +02:00
SeparateArgumentsTest.cmake.in
String-MD5-BadArg1.cmake Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
String-MD5-BadArg2.cmake Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
String-MD5-BadArg4.cmake Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
String-MD5-Works.cmake Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
String-SHA1-Works.cmake Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
String-SHA224-Works.cmake Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
String-SHA256-Works.cmake Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
String-SHA384-Works.cmake Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
String-SHA512-Works.cmake Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
StringTest.cmake.in Add string(MD5) and string(SHA*) commands to compute hashes 2011-11-16 10:29:35 -05:00
StringTestScript.cmake Merge branch 'fix-2828-more-info-in-script-mode' into add-STRING-subcommand-FIND-issue-11795 2011-02-15 13:48:37 -05:00
ToolchainTest.cmake.in
VariableWatchTest.cmake.in
VersionTest.cmake.in
While-Endwhile-Alone-Args.cmake add testcases for while()/endwhile() errors 2012-03-01 21:20:49 +01:00
While-Endwhile-Alone.cmake add testcases for while()/endwhile() errors 2012-03-01 21:20:49 +01:00
While-Endwhile-Mismatch.cmake add testcases for while()/endwhile() errors 2012-03-01 21:20:49 +01:00
While-Missing-Argument.cmake add testcases for while()/endwhile() errors 2012-03-01 21:20:49 +01:00
While-Missing-Endwhile.cmake add testcases for while()/endwhile() errors 2012-03-01 21:20:49 +01:00
WhileTest.cmake.in add testcases for while()/endwhile() errors 2012-03-01 21:20:49 +01:00