From 0571557ad1a943739806046a24fdaf1e62b32886 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 1 Feb 2023 18:15:51 +0100 Subject: Enabled make test and test.sh --- tests/test.h | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'tests/test.h') diff --git a/tests/test.h b/tests/test.h index 665127c..ac30cdb 100644 --- a/tests/test.h +++ b/tests/test.h @@ -1,19 +1,7 @@ #ifndef TEST_H #define TEST_H -typedef void (*VoidMethod)(void); -typedef bool (*TestMethod)(void *); - -typedef struct { - char * name; - TestMethod t; - void ** cases; -} Test; - -typedef struct { - VoidMethod setup; - Test ** tests; - VoidMethod teardown; -} TestSuite; +#include +#include "fst_tests.h" #endif -- cgit v1.3