core_library to core
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "../core_library/core.c"
|
||||
#include "../core/core.c"
|
||||
|
||||
int main() {
|
||||
MA_Arena arena = {0};
|
||||
|
||||
@@ -36,7 +36,7 @@ void TestLexDir(S8_String dir) {
|
||||
|
||||
void TestClexer() {
|
||||
TestLexDir("../standalone_libraries");
|
||||
TestLexDir("../core_library");
|
||||
TestLexDir("../core");
|
||||
TestLexDir("../build_tool");
|
||||
TestLexDir("../tests");
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../core_library/core.cpp"
|
||||
#include "../core/core.cpp"
|
||||
#include "test_table.cpp"
|
||||
#include "test_array.cpp"
|
||||
#include "test_arena.cpp"
|
||||
|
||||
Reference in New Issue
Block a user