add test_fifo.c file template, add its test code soon
This commit is contained in:
@@ -45,12 +45,7 @@ void tearDown(void)
|
||||
{
|
||||
}
|
||||
|
||||
void test_always_succeed()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void test_always_fail()
|
||||
void test_()
|
||||
{
|
||||
TEST_IGNORE();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user