SKIP_TEST can be used instead of START_TEST to exclude a test without commenting it.
#define SKIP_TEST(x) \ testfails = 0; \ printf("> %s (skipped)\n", x); \ if (0) { \ tests++; \ name = x;
Log in to post a comment.