From 229bbcec6db6fcad3004c6906426dc621a344e59 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 5 Dec 2014 21:48:40 +0100 Subject: Replace testsuite with one based on twbctf --- src/twbctf.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/twbctf.h (limited to 'src/twbctf.h') diff --git a/src/twbctf.h b/src/twbctf.h new file mode 100644 index 0000000..c0789cc --- /dev/null +++ b/src/twbctf.h @@ -0,0 +1,14 @@ +#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-70-g09d2