From 5692f32bcfa049fc2b5555b5a883045b217349b9 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Thu, 9 Oct 2014 23:47:24 +0200 Subject: CMake-ify, rename to termkey2 for the time being --- t/taplib.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 t/taplib.h (limited to 't/taplib.h') diff --git a/t/taplib.h b/t/taplib.h deleted file mode 100644 index 9045c32..0000000 --- a/t/taplib.h +++ /dev/null @@ -1,7 +0,0 @@ -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); -- cgit v1.2.3-54-g00ecf