Moved tests from scripts/ to test/scripts/

This commit is contained in:
2022-11-11 14:51:47 +00:00
parent 0aa6e4063b
commit 2c143a8be5
36 changed files with 10 additions and 10 deletions

View File

@@ -90,7 +90,7 @@ int main() {
{
//get the source file
size_t size = 0;
char* source = readFile("../scripts/test/sample_code.toy", &size);
char* source = readFile("scripts/sample_code.toy", &size);
//test parsing a chunk of junk (valgrind will find leaks)
Lexer lexer;