aboutsummaryrefslogtreecommitdiff
path: root/tests/taplib.h
blob: 9045c32d1d7692a093606f95d502ef580e92d626 (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);