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