add test_fifo.c file template, add its test code soon

This commit is contained in:
hathach
2013-01-15 15:22:48 +07:00
parent 0cec7910a0
commit 54a7668177
3 changed files with 105 additions and 6 deletions
+1 -6
View File
@@ -45,12 +45,7 @@ void tearDown(void)
{
}
void test_always_succeed()
{
}
void test_always_fail()
void test_()
{
TEST_IGNORE();
}