Update tests for new check library & osx
This commit is contained in:
@@ -15,6 +15,7 @@ struct Outer {
|
||||
};
|
||||
|
||||
START_TEST (test_container_of)
|
||||
{
|
||||
struct Outer outer = {
|
||||
.tag1 = 1,
|
||||
.tag2 = 2,
|
||||
@@ -29,6 +30,7 @@ START_TEST (test_container_of)
|
||||
|
||||
fail_if(outerp != &outer);
|
||||
|
||||
}
|
||||
END_TEST
|
||||
|
||||
Suite *container_of_suite(void)
|
||||
|
||||
Reference in New Issue
Block a user