diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_fixtures.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_fixtures.c b/tests/test_fixtures.c index 757394a..d7c166a 100644 --- a/tests/test_fixtures.c +++ b/tests/test_fixtures.c @@ -30,6 +30,10 @@ static void malloc_teardown_test(void **state) int main(void) { const UnitTest tests[] = { unit_test_setup(malloc_setup_test, setup_only), + unit_test_setup(malloc_setup_test, setup_only), + unit_test_teardown(malloc_teardown_test, teardown_only), + unit_test_teardown(malloc_teardown_test, teardown_only), + unit_test_teardown(malloc_teardown_test, teardown_only), unit_test_teardown(malloc_teardown_test, teardown_only), }; |