- events tested and implemented multithreading support through mpscq

This commit is contained in:
2025-12-23 12:24:23 -05:00
parent 1f6637408d
commit 184bc7fcdf
12 changed files with 281 additions and 31 deletions

View File

@@ -22,6 +22,7 @@
#include "test.h"
#include "tests/test_containers.h"
#include "tests/test_core.h"
#include "tests/test_string.h"
#include "tests/test_format.h"
#include "tests/test_filesystem.h"
@@ -77,6 +78,11 @@ int main(int, char **)
fennec::test::fennec_test_rtti();
fennec_test_spacer(3);
fennec_test_header("core library");
fennec_test_spacer(2);
fennec::test::fennec_test_core();
fennec_test_spacer(3);
fennec_test_header("platform library");
fennec_test_spacer(2);
fennec::test::fennec_test_platform();