From 3bbda921b7180340ccc50c1a8a2bf01631508f36 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Thu, 31 Mar 2011 12:11:19 +0100 Subject: Created a little Test::More-like library for TAP testing --- t/taplib.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 t/taplib.h (limited to 't/taplib.h') 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); -- cgit v1.2.3-54-g00ecf