summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file-DOWNLOAD/basic.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-11-17 21:59:08 (GMT)
committerBrad King <brad.king@kitware.com>2022-11-18 14:02:15 (GMT)
commit52b9c7b958a9e184ccfa023ad85cf8fde4308afd (patch)
tree11d08048ea4118a6723c2fed95b96a8ac18ab72f /Tests/RunCMake/file-DOWNLOAD/basic.cmake
parent9dda7c276cb2b46f422c1b36e9d4c5aa09c2ff35 (diff)
downloadCMake-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/RunCMake/file-DOWNLOAD/basic.cmake')
-rw-r--r--Tests/RunCMake/file-DOWNLOAD/basic.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/file-DOWNLOAD/basic.cmake b/Tests/RunCMake/file-DOWNLOAD/basic.cmake
new file mode 100644
index 0000000..1fd931c
--- /dev/null
+++ b/Tests/RunCMake/file-DOWNLOAD/basic.cmake
@@ -0,0 +1,3 @@
+include(common.cmake)
+
+file_download()