Reorganization

This commit is contained in:
Krzosa Karol
2024-01-06 13:44:50 +01:00
parent 3ed4893ccb
commit f34019efb7
37 changed files with 29 additions and 38 deletions

View File

@@ -71,11 +71,9 @@ void TestBootstrapExclusive() {
}
int main() {
IO_Printf("test_arena.cpp - ");
TestScratch();
TestBuffer();
TestCreateAllocate();
TestBootstrap();
TestBootstrapExclusive();
IO_Printf("DONE\n");
}