Add log framework

This commit is contained in:
2026-04-24 15:14:15 +02:00
parent 78899f32a6
commit 0e826e05e1
5 changed files with 62 additions and 1 deletions
+2
View File
@@ -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},
};