diff options
Diffstat (limited to 't/taplib.h')
-rw-r--r-- | t/taplib.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ void plan_tests(int n); void ok(int cmp, char *name); +void pass(char *name); +void fail(char *name); void is_int(int got, int expect, char *name); void is_str(const char *got, const char *expect, char *name); int exit_status(void); |