Added timeout to TestCaseReference.

This commit is contained in:
Markus Kauppila 2011-06-11 21:37:28 +03:00
parent 3c3953361f
commit 481c64b262
3 changed files with 14 additions and 8 deletions

View file

@ -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[] = {