From 5692f32bcfa049fc2b5555b5a883045b217349b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 9 Oct 2014 23:47:24 +0200 Subject: CMake-ify, rename to termkey2 for the time being --- tests/taplib.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/taplib.h (limited to 'tests/taplib.h') 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); -- cgit v1.2.3