camper/Makefile

6 lines
86 B
Makefile
Raw Normal View History

test-deploy:
sqitch deploy --db-name $(PGDATABASE)
pg_prove test/*
.PHONY: test-db