Files
CMake/Tests/RunCMake/CTestResourceAllocation/combine.cmake
Kyle Edwards a64ba0235f CTest: Clarify that resource requirements can be split
Add a note to the documentation to clarify this, and add test cases
to ensure it.

Fixes: #19987
2019-11-25 11:08:27 -05:00

6 lines
99 B
CMake

setup_resource_tests()
add_resource_test(Test1 0 "widgets:8,widgets:4")
cleanup_resource_tests()