allow the users to set the MAX_TEST_FUNCS value
This commit is contained in:
parent
c1c3e87444
commit
238db54668
2
test.h
2
test.h
@ -14,7 +14,9 @@
|
|||||||
#define COLOR_YELLOW "\x1b[33;1m"
|
#define COLOR_YELLOW "\x1b[33;1m"
|
||||||
#define COLOR_RESET "\x1b[0m"
|
#define COLOR_RESET "\x1b[0m"
|
||||||
|
|
||||||
|
#ifndef MAX_TEST_FUNCS
|
||||||
#define MAX_TEST_FUNCS 256
|
#define MAX_TEST_FUNCS 256
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef int (*test_func_t)();
|
typedef int (*test_func_t)();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user