Reorganization
This commit is contained in:
@@ -71,11 +71,9 @@ void TestBootstrapExclusive() {
|
||||
}
|
||||
|
||||
int main() {
|
||||
IO_Printf("test_arena.cpp - ");
|
||||
TestScratch();
|
||||
TestBuffer();
|
||||
TestCreateAllocate();
|
||||
TestBootstrap();
|
||||
TestBootstrapExclusive();
|
||||
IO_Printf("DONE\n");
|
||||
}
|
||||
@@ -117,13 +117,10 @@ void TestCopy() {
|
||||
}
|
||||
|
||||
int main() {
|
||||
IO_Printf("test_array.cpp - ");
|
||||
TestExclusiveArenaBackedArray();
|
||||
TestRemoveForLoop();
|
||||
TestBasic();
|
||||
TestReverseLoop();
|
||||
TestCopy();
|
||||
IO_Printf("DONE\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
#include "../core.c"
|
||||
|
||||
int main() {
|
||||
IO_Printf("test_filesystem.c - ");
|
||||
MA_Arena arena = {0};
|
||||
S8_String read_file_path = S8_Lit("../test/data/read_file");
|
||||
|
||||
@@ -103,5 +102,4 @@ int main() {
|
||||
}
|
||||
}
|
||||
}
|
||||
IO_Printf("DONE\n");
|
||||
}
|
||||
@@ -37,9 +37,7 @@ void TestStrings() {
|
||||
}
|
||||
|
||||
int main() {
|
||||
IO_Printf("test_table.cpp - ");
|
||||
TestSimpleInsertAndIntegrity();
|
||||
TestStrings();
|
||||
IO_Printf("DONE\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user