make unittest recipe installs pre-commit hook
This commit is contained in:
parent
111b0f50a7
commit
7595b42593
@ -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)
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "EntityConverter.hpp"
|
||||
|
||||
#define PICKUP_FILENAME "r2x.pck"
|
||||
#define PICKUP_FILENAME "ReflexToQ3/r2x.pck"
|
||||
#define DELTA 0.00001
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user