CMake/Tests/CMakeTests
2025-03-03 10:42:50 -05:00
..
A/include
include
.gitattributes Style: Replace TABs with spaces for indentation in some files 2025-01-12 18:49:25 +04:00
CheckCMakeTest.cmake Replace string(REGEX REPLACE) with string(REPLACE) where possible 2014-04-14 18:17:05 +02:00
CMakeLists.txt Tests: Removed unused LABELS on CMake's own tests 2024-07-24 10:07:35 -04:00
CMakeMinimumRequiredTest.cmake.in
CMakeMinimumRequiredTestScript.cmake
CompilerIdVendorTest.cmake.in CMakeDetermineCompilerId: check with and without user-specified flags 2017-02-06 13:12:06 -05:00
DummyToolchain.cmake
EndStuffTest.cmake.in
EndStuffTestScript.cmake Tests: Update cmake_minimum_required versions to 3.10 2024-10-03 14:18:16 -04:00
ExecuteScriptTests.cmake Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex) 2014-04-14 18:16:58 +02:00
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-Glob-NoArg.cmake file: remove dead code 2012-11-02 17:10:06 +01:00
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-SHA3_224-Works.cmake file: Add support for SHA-3 algorithms 2016-11-10 16:41:45 -05:00
File-SHA3_256-Works.cmake file: Add support for SHA-3 algorithms 2016-11-10 16:41:45 -05:00
File-SHA3_384-Works.cmake file: Add support for SHA-3 algorithms 2016-11-10 16:41:45 -05:00
File-SHA3_512-Works.cmake file: Add support for SHA-3 algorithms 2016-11-10 16:41:45 -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
File-TIMESTAMP-BadArg1.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
File-TIMESTAMP-NoFile.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
File-TIMESTAMP-NotBogus.cmake Tests: make tests pass with SOURCE_DATE_EPOCH set 2017-01-30 09:25:44 -05:00
File-TIMESTAMP-Works.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
FileTest.cmake.in file(): TOUCH, TOUCH_NOCREATE and MAKE_DIRECTORY accept empty lists 2024-05-31 22:55:20 +10:00
FileTestScript.cmake file(DOWNLOAD): Make file argument optional 2020-07-27 11:26:50 -04:00
FileUploadInput.png Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOAD 2022-11-18 09:02:15 -05:00
FileUploadTest.cmake.in Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOAD 2022-11-18 09:02:15 -05:00
FindBaseTest.cmake.in Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
GetFilenameComponentRealpathTest.cmake.in Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
GetPrerequisitesTest.cmake.in Tests: Fix CMake.GetPrerequisites test config message 2017-04-03 10:45:03 -04:00
GetPropertyTest.cmake.in Tests: Move command failure cases into RunCMake infrastructure 2015-07-14 10:25:38 -04:00
IfTest.cmake.in CMP0012: Remove support for OLD behavior 2025-01-17 09:28:36 -05:00
ImplicitLinkInfoTest.cmake.in CMakeParseImplicitLinkInfo: Better detection of msvc 2022-09-02 08:04:39 -04:00
IncludeTest.cmake.in Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
ListTest.cmake.in CMP0007: Remove support for OLD behavior 2025-01-17 09:28:36 -05:00
Make_Directory-NoArg.cmake file: remove dead code 2012-11-02 17:10:06 +01:00
MathTest.cmake.in
MathTestScript.cmake
MessageTest.cmake.in
MessageTestScript.cmake
ModuleNoticesTest.cmake.in LICENSE: Rename Copyright.txt to LICENSE.rst 2025-03-03 09:55:56 -05:00
PolicyCheckTest.cmake.in Tests: Verify policies are introduced only in "official" versions 2013-08-28 17:22:49 -04:00
ProcessorCountTest.cmake.in ProcessorCount test: require SystemInformation process to work 2013-01-25 00:31:41 +01:00
PushCheckStateTest.cmake.in Tests: Update cmake_minimum_required versions to 3.10 2024-10-03 14:18:16 -04:00
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-SHA3_224-Works.cmake string: Add support for SHA-3 algorithms 2016-11-10 16:40:43 -05:00
String-SHA3_256-Works.cmake string: Add support for SHA-3 algorithms 2016-11-10 16:40:43 -05:00
String-SHA3_384-Works.cmake string: Add support for SHA-3 algorithms 2016-11-10 16:40:43 -05:00
String-SHA3_512-Works.cmake string: Add support for SHA-3 algorithms 2016-11-10 16:40:43 -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
String-TIMESTAMP-AllSpecifiers.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
String-TIMESTAMP-BadArg1.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
String-TIMESTAMP-BadArg2.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
String-TIMESTAMP-BadArg3.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
String-TIMESTAMP-CustomFormatLocal.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
String-TIMESTAMP-CustomFormatUTC.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
String-TIMESTAMP-DefaultFormatLocal.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
String-TIMESTAMP-DefaultFormatUTC.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
String-TIMESTAMP-IncompleteSpecifier.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
String-TIMESTAMP-MonthWeekNames.cmake string(TIMESTAMP ...): add '%a' and '%b' format specifiers 2016-09-12 19:07:38 +03:00
String-TIMESTAMP-TimeZone.cmake string(TIMESTAMP): Add %z and %Z for adding time zone string 2022-10-27 11:13:46 -04:00
String-TIMESTAMP-UnixTime.cmake Tests: Fix TIMESTAMP-UnixTime test under SOURCE_DATE_EPOCH=1 2018-02-26 10:35:30 -05:00
String-TIMESTAMP-UnknownSpecifier.cmake CMake: Add TIMESTAMP subcommand to string and file commands 2012-12-05 10:39:10 -05:00
StringTest.cmake.in string: Allow zero-length matches in all REGEX subcommands 2025-02-15 01:01:49 +05:00
StringTestScript.cmake string: Allow zero-length matches in all REGEX subcommands 2025-02-15 01:01:49 +05:00
ToolchainTest.cmake.in Make CMAKE_HOST_SYSTEM_NAME available in scripting context 2017-02-19 19:27:34 +01:00
VariableWatchTest.cmake.in Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
VersionTest.cmake.in Tests: Update cmake_minimum_required versions to 3.10 2024-10-03 14:18:16 -04:00
WhileTest.cmake.in Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00