Add core.cpp, testing changes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#include "../core_library/core.c"
|
||||
void TestExclusiveArenaBackedArray() {
|
||||
MA_Scratch scratch;
|
||||
MA_Arena ex = MA_Create();
|
||||
@@ -118,12 +117,3 @@ void TestCopy() {
|
||||
|
||||
a.dealloc();
|
||||
}
|
||||
|
||||
int main() {
|
||||
TestExclusiveArenaBackedArray();
|
||||
TestRemoveForLoop();
|
||||
TestBasic();
|
||||
TestReverseLoop();
|
||||
TestCopy();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user