removed template tests.
This commit is contained in:
parent
a0126053f6
commit
6cabb250a1
|
@ -25,15 +25,8 @@ TEST_GROUP(test_timer)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
TEST(test_timer, FirstTest)
|
|
||||||
{
|
|
||||||
FAIL("Fail me!");
|
|
||||||
}
|
|
||||||
|
|
||||||
TEST(test_timer, SecondTest)
|
TEST(test_timer, SetupTimerMocks)
|
||||||
{
|
{
|
||||||
STRCMP_EQUAL("hello", "world");
|
CHECK(true);
|
||||||
LONGS_EQUAL(1, 2);
|
|
||||||
CHECK(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue