summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestHardwareAllocation/notenough2.cmake
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-07-10 20:33:21 (GMT)
committerBrad King <brad.king@kitware.com>2019-10-02 13:33:54 (GMT)
commitb741ee820d9d5e81a7ec73bda5515465359782af (patch)
treee0f108691d5581b21ef4a388abacb8379a20239d /Tests/RunCMake/CTestHardwareAllocation/notenough2.cmake
parent3c8a5aad46ddbd1d0e4c02f09bd403601c6c94b3 (diff)
downloadCMake-b741ee820d9d5e81a7ec73bda5515465359782af.zip
CMake-b741ee820d9d5e81a7ec73bda5515465359782af.tar.gz
CMake-b741ee820d9d5e81a7ec73bda5515465359782af.tar.bz2
Tests: Add test for CTest hardware allocation feature
Diffstat (limited to 'Tests/RunCMake/CTestHardwareAllocation/notenough2.cmake')
-rw-r--r--Tests/RunCMake/CTestHardwareAllocation/notenough2.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/CTestHardwareAllocation/notenough2.cmake b/Tests/RunCMake/CTestHardwareAllocation/notenough2.cmake
new file mode 100644
index 0000000..8205c95
--- /dev/null
+++ b/Tests/RunCMake/CTestHardwareAllocation/notenough2.cmake
@@ -0,0 +1,5 @@
+setup_hardware_tests()
+
+add_hardware_test(Test1 1 "terminators:2")
+
+cleanup_hardware_tests()