port os functions, add testing module

This commit is contained in:
Krzosa Karol
2025-02-02 17:34:06 +01:00
parent 85a6c218b2
commit 9f33ea0914
27 changed files with 1120 additions and 889 deletions

View File

@@ -0,0 +1,6 @@
fn void run_tests(void) {
test_s8();
test_hash_table();
test_intern_table();
os_test();
}