diff options
author | Brad King <brad.king@kitware.com> | 2022-11-17 21:59:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-18 14:02:15 (GMT) |
commit | 52b9c7b958a9e184ccfa023ad85cf8fde4308afd (patch) | |
tree | 11d08048ea4118a6723c2fed95b96a8ac18ab72f /Tests/CMakeTests/CMakeLists.txt | |
parent | 9dda7c276cb2b46f422c1b36e9d4c5aa09c2ff35 (diff) | |
download | CMake-52b9c7b958a9e184ccfa023ad85cf8fde4308afd.zip CMake-52b9c7b958a9e184ccfa023ad85cf8fde4308afd.tar.gz CMake-52b9c7b958a9e184ccfa023ad85cf8fde4308afd.tar.bz2 |
Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOAD
The RunCMake infrastructure is more well-suited to check the results of
each case. It can also report more precisely what went wrong when a
case fails.
Diffstat (limited to 'Tests/CMakeTests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeTests/CMakeLists.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Tests/CMakeTests/CMakeLists.txt b/Tests/CMakeTests/CMakeLists.txt index bd2dd7e..16e631b 100644 --- a/Tests/CMakeTests/CMakeLists.txt +++ b/Tests/CMakeTests/CMakeLists.txt @@ -32,16 +32,6 @@ AddCMakeTest(ProcessorCount "-DKWSYS_TEST_EXE=$<TARGET_FILE:cmsysTestsCxx>") AddCMakeTest(PushCheckState "") AddCMakeTest(While "") -AddCMakeTest(FileDownload "") -set_tests_properties(CMake.FileDownload PROPERTIES - PASS_REGULAR_EXPRESSION "file already exists with expected MD5 sum" - FAIL_REGULAR_EXPRESSION "Unexpected status|incorrectly interpreted" - ) -AddCMakeTest(FileDownloadBadHash "") -set_property(TEST CMake.FileDownloadBadHash PROPERTY - WILL_FAIL TRUE - ) - AddCMakeTest(FileUpload "") set(EndStuff_PreArgs |