Update tests for new check library & osx

This commit is contained in:
Nils O. Selåsdal
2025-06-28 00:56:58 +02:00
parent 9d2ed015f3
commit fb8979d695
29 changed files with 449 additions and 27 deletions
+2
View File
@@ -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)