Add log framework
This commit is contained in:
@@ -30,6 +30,7 @@ typedef struct {
|
||||
|
||||
#include "test_token.c"
|
||||
#include "test_parser.c"
|
||||
#include "test_log.c"
|
||||
|
||||
static int s_totalTests;
|
||||
static int s_greenTests;
|
||||
@@ -44,6 +45,7 @@ static TestCase s_tests[] = {
|
||||
{"tokenstream_void_function_signature", test_tokenstream_void_function_signature},
|
||||
{"tokenstream_info", test_tokenstream_info},
|
||||
{"parser_module_name", test_parser_module_name},
|
||||
{"log_error", test_log_error},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user