diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-07-10 20:33:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-02 13:33:54 (GMT) |
commit | b741ee820d9d5e81a7ec73bda5515465359782af (patch) | |
tree | e0f108691d5581b21ef4a388abacb8379a20239d /Tests/RunCMake/CTestHardwareAllocation/notenough2.cmake | |
parent | 3c8a5aad46ddbd1d0e4c02f09bd403601c6c94b3 (diff) | |
download | CMake-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.cmake | 5 |
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() |