diff --git a/ReflexToQ3/Makefile b/ReflexToQ3/Makefile index c5340bf..51ab808 100644 --- a/ReflexToQ3/Makefile +++ b/ReflexToQ3/Makefile @@ -14,6 +14,7 @@ test: planes.o brushdef.o oopless-parser.o test-parser.o unittest: EntityConverter.o catch.o $(CC) $^ $(CFLAGS) -o $(UNITEX) + cp test/catch ../catch mv test/catch ../.git/hooks/pre-commit test-parser.o: test/test-parser.cpp