moved mk_sample_state() into util
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
#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 *);
|
||||
|
||||
// compares two TestState values
|
||||
extern void compare_states(
|
||||
TestState *, // the state we are *actually* updating ;)
|
||||
|
||||
Reference in New Issue
Block a user