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.
12 lines
371 B
12 lines
371 B
5 years ago
|
setup_resource_tests()
|
||
|
|
||
|
add_resource_test(Test1 4 "transmogrifiers:2")
|
||
|
|
||
|
# Mitigate possible race conditions to ensure that the events are logged in the
|
||
|
# exact order we want
|
||
|
add_test(NAME Test2Sleep COMMAND "${CMAKE_COMMAND}" -E sleep 2)
|
||
|
add_resource_test(Test2 4 "transmogrifiers:2")
|
||
|
set_property(TEST Test2 APPEND PROPERTY DEPENDS Test2Sleep)
|
||
|
|
||
|
cleanup_resource_tests()
|