put copy of unit test binary in top level dir
This commit is contained in:
parent
269dc9efc1
commit
0d90e66f35
@ -14,6 +14,7 @@ test: planes.o brushdef.o oopless-parser.o test-parser.o
|
|||||||
|
|
||||||
unittest: EntityConverter.o catch.o
|
unittest: EntityConverter.o catch.o
|
||||||
$(CC) $^ $(CFLAGS) -o $(UNITEX)
|
$(CC) $^ $(CFLAGS) -o $(UNITEX)
|
||||||
|
cp test/catch ../catch
|
||||||
mv test/catch ../.git/hooks/pre-commit
|
mv test/catch ../.git/hooks/pre-commit
|
||||||
|
|
||||||
test-parser.o: test/test-parser.cpp
|
test-parser.o: test/test-parser.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user