aboutsummaryrefslogtreecommitdiff
path: root/tests/taplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/taplib.h')
-rw-r--r--tests/taplib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/taplib.h b/tests/taplib.h
new file mode 100644
index 0000000..9045c32
--- /dev/null
+++ b/tests/taplib.h
@@ -0,0 +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);