aboutsummaryrefslogtreecommitdiff
path: root/t/taplib.h
blob: ddb0d209c5dd41c4e9363720f46560ecea83b206 (plain)
1
2
3
4
5
6
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);