From 0d90e66f352ed162e8111affb4a00a1e1d022deb Mon Sep 17 00:00:00 2001 From: suhrke Date: Mon, 10 Jul 2017 03:13:25 -0700 Subject: [PATCH] put copy of unit test binary in top level dir --- ReflexToQ3/Makefile | 1 + 1 file changed, 1 insertion(+) 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