From bd348a50e65b9ef26b81998bf248480edaa7a4f2 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 19 Jan 2015 21:47:52 +0100 Subject: Move tests to test/ --- src/twbctf.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/twbctf.h (limited to 'src/twbctf.h') diff --git a/src/twbctf.h b/src/twbctf.h deleted file mode 100644 index c0789cc..0000000 --- a/src/twbctf.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef TWBCTF_H -#define TWBCTF_H - -// Libraries // -#include - -typedef bool (* test_p) (void); - -struct test { - char * desc; - test_p func; -}; - -#endif -- cgit v1.2.3-54-g00ecf