- events tested and implemented multithreading support through mpscq
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user