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