aboutsummaryrefslogtreecommitdiff
path: root/t/taplib.h
diff options
context:
space:
mode:
Diffstat (limited to 't/taplib.h')
-rw-r--r--t/taplib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/taplib.h b/t/taplib.h
new file mode 100644
index 0000000..16e41b6
--- /dev/null
+++ b/t/taplib.h
@@ -0,0 +1,3 @@
+void plan_tests(int n);
+void ok(int cmp, char *name);
+int exit_status(void);