summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CTestResourceAllocation/notenough2.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CTestResourceAllocation/notenough2.cmake')
-rw-r--r--Tests/RunCMake/CTestResourceAllocation/notenough2.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/CTestResourceAllocation/notenough2.cmake b/Tests/RunCMake/CTestResourceAllocation/notenough2.cmake
new file mode 100644
index 000000000..5b8177636
--- /dev/null
+++ b/Tests/RunCMake/CTestResourceAllocation/notenough2.cmake
@@ -0,0 +1,5 @@
+setup_resource_tests()
+
+add_resource_test(Test1 0 "terminators:2")
+
+cleanup_resource_tests()