My test cases are strongly dependent on the execution order. I noticed that on Linux, the execution order is the same as the order in which the UTEST() macro is defined, while on Windows, it's the reverse.
Is there any mechanism to ensure the order of test case execution? Thanks!
My test cases are strongly dependent on the execution order. I noticed that on Linux, the execution order is the same as the order in which the UTEST() macro is defined, while on Windows, it's the reverse.
Is there any mechanism to ensure the order of test case execution? Thanks!