Menu

#1 SKIP_TEST macro

open
nobody
None
5
2010-08-31
2010-08-31
No

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;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.