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

@@ -7,5 +7,8 @@ gb_read_only mt_tweak_t tweak_table[] = {
};
void run_all_tests(void) {
test_s8();
test_hash_table();
test_intern_table();
ui_test_text_replace();
}// run_all_tests()