- 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

@@ -9,6 +9,8 @@ add_executable(fennec-test
tests/lang/test_metaprogramming.h
tests/lang/test_function.h
tests/test_threading.h
tests/test_core.h
tests/core/test_event.h
)
target_compile_definitions(fennec-test PUBLIC FENNEC_TEST_CWD="${CMAKE_SOURCE_DIR}/bin/${FENNEC_BUILD_NAME}"