WIP: re-writing tests
This commit is contained in:
@@ -19,11 +19,6 @@
|
||||
|
||||
*/
|
||||
|
||||
#define STR_BUF_SIZE 256 // buffer size for constructing arbitrary strings
|
||||
|
||||
#define decl_test(n) static TestResult n(TestState *)
|
||||
#define def_test(n, s) static TestResult n(TestState *s)
|
||||
|
||||
// initializes a sample TestState value
|
||||
void mk_sample_state(TestState *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user