port os functions, add testing module
This commit is contained in:
6
src/testing/testing.gen.c
Normal file
6
src/testing/testing.gen.c
Normal file
@@ -0,0 +1,6 @@
|
||||
fn void run_tests(void) {
|
||||
test_s8();
|
||||
test_hash_table();
|
||||
test_intern_table();
|
||||
os_test();
|
||||
}
|
||||
Reference in New Issue
Block a user