Added timeout to TestCaseReference.
This commit is contained in:
parent
3c3953361f
commit
481c64b262
3 changed files with 14 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
/* Test cases */
|
||||
static const TestCaseReference test1 =
|
||||
(TestCaseReference){ "rect_testIntersectRectAndLine", "description", TEST_ENABLED, 0 };
|
||||
(TestCaseReference){ "rect_testIntersectRectAndLine", "description", TEST_ENABLED, 0, 0 };
|
||||
|
||||
/* Test suite */
|
||||
extern const TestCaseReference *testSuite[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue