make unittest recipe installs pre-commit hook

This commit is contained in:
suhrke 2017-07-05 16:45:57 -07:00
parent 111b0f50a7
commit 7595b42593
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ test: planes.o brushdef.o oopless-parser.o test-parser.o
unittest: EntityConverter.o catch.o
$(CC) $^ $(CFLAGS) -o $(UNITEX)
mv test/catch ../.git/hooks/pre-commit
test-parser.o: test/test-parser.cpp
$(CC) -c $^ $(CFLAGS)

View File

@ -25,7 +25,7 @@
#include "EntityConverter.hpp"
#define PICKUP_FILENAME "r2x.pck"
#define PICKUP_FILENAME "ReflexToQ3/r2x.pck"
#define DELTA 0.00001