Fix make test to run correctly in a VM environment.

This commit is contained in:
Dimitri Fontaine 2013-10-20 22:57:10 +02:00
parent 208d10c919
commit 5868a80717

View File

@ -64,6 +64,6 @@ libs: quicklisp $(ASDF_CONF) postmodern cl-csv
--output build/pgloader.exe
test: ./build/pgloader.exe
$(MAKE) PGLOADER=build/pgloader.exe -C test all
$(MAKE) PGLOADER=$(realpath ./build/pgloader.exe) -C test all
check: test ;