You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
429 B
17 lines
429 B
5 years ago
|
setup_resource_tests()
|
||
|
|
||
|
add_resource_test(Test1 2 "widgets:8;2,widgets:2")
|
||
|
add_resource_test(Test2 5 "fluxcapacitors:40")
|
||
|
add_resource_test(Test3 1 "10,widgets:1,fluxcapacitors:2")
|
||
|
add_resource_test(Test4 4 "fluxcapacitors:121")
|
||
|
|
||
|
foreach(i RANGE 5 50)
|
||
|
add_resource_test(Test${i} 1 "2,widgets:1")
|
||
|
endforeach()
|
||
|
|
||
|
foreach(i RANGE 51 100)
|
||
|
add_resource_test(Test${i} 1 "2,transmogrifiers:2")
|
||
|
endforeach()
|
||
|
|
||
|
cleanup_resource_tests()
|