Fix mac exe path and mac debugging

This commit is contained in:
Krzosa Karol
2024-01-27 22:01:14 +01:00
parent 7b8dd6fd50
commit 5a528e1ef8
2 changed files with 32 additions and 3 deletions

View File

@@ -6,21 +6,34 @@
int main() {
TestSimpleInsertAndIntegrity();
IO_Printf("TestSimpleInsertAndIntegrity() - DONE\n");
TestStrings();
IO_Printf("TestStrings() - DONE\n");
TestExclusiveArenaBackedArray();
IO_Printf("TestExclusiveArenaBackedArray() - DONE\n");
TestRemoveForLoop();
IO_Printf("TestRemoveForLoop() - DONE\n");
TestBasic();
IO_Printf("TestBasic() - DONE\n");
TestReverseLoop();
IO_Printf("TestReverseLoop() - DONE\n");
TestCopy();
IO_Printf("TestCopy() - DONE\n");
TestBuffer();
IO_Printf("TestBuffer() - DONE\n");
TestCreateAllocate();
IO_Printf("TestCreateAllocate() - DONE\n");
TestBootstrap();
IO_Printf("TestBootstrap() - DONE\n");
TestBootstrapExclusive();
IO_Printf("TestBootstrapExclusive() - DONE\n");
TestBootstrapArenaClear();
IO_Printf("TestBootstrapArenaClear() - DONE\n");
TestClexer();
IO_Printf("TestClexer() - DONE\n");
// Unicode iteration over codepoints using For
{