Reworked dot.toy into a proper test

This commit is contained in:
2022-09-04 10:37:19 +01:00
parent 6787cfff55
commit cc27da50df
2 changed files with 11 additions and 13 deletions

View File

@@ -150,11 +150,12 @@ int main() {
{
//run each file in ../scripts/test/
int count = 13;
int count = 14;
char* filenames[] = {
"arithmetic.toy",
"casting.toy",
"comparisons.toy",
"dot-and-matrix.toy",
"functions.toy",
"jumps.toy",
"jumps-in-functions.toy",