pgloader/test/Makefile
Dimitri Fontaine 9fd0bbabe2 Yet another round of fixes for the test setup.
Including some Makefile hacks where test doesn't depend on the main pgloader
binary anymore because I coulnd't stop the binary to get being built again
even if it's been done already...
2013-10-20 23:27:11 +02:00

9 lines
116 B
Makefile

TESTS = $(wildcard *.load)
OUT = $(TESTS:.load=.out)
all: $(OUT)
%.out: %.load
$(PGLOADER) --verbose $<
@echo