allow the users to set the MAX_TEST_FUNCS value

This commit is contained in:
Adwaith-Rajesh 2025-09-28 12:37:41 +05:30
parent c1c3e87444
commit 238db54668
Signed by: Adwaith-Rajesh
GPG Key ID: 98CC7C030DF895A0

2
test.h
View File

@ -14,7 +14,9 @@
#define COLOR_YELLOW "\x1b[33;1m"
#define COLOR_RESET "\x1b[0m"
#ifndef MAX_TEST_FUNCS
#define MAX_TEST_FUNCS 256
#endif
typedef int (*test_func_t)();