minor bug fix & general test cases made for EC

This commit is contained in:
suhrke
2017-07-04 00:06:13 -07:00
parent cf2eb575fc
commit e4412bcdaa
3 changed files with 180 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ CFLAGS=-std=c++11 -I"./includes" -I"./includes/Catch/single_include" -I"./includ
TESTEX=test/test-parser
UNITEX=test/catch
all: main
all: main
main: planes.o brushdef.o oopless-parser.o EntityConverter.o
$(CC) $^ main.cpp $(CFLAGS) -o $(EX) 2>error8.log