2 /* dummy test to illustrate how a test suite initialization could fail */
5 #include "../py/mutest.h"
12 int mu_init_success() {
20 /* this test will never be executed because the initialization failed */
21 void mu_test_dummy() {
24 /* this test will never be executed either */
25 void mu_term_success() {