campingmontagut/Makefile
jordi fita mas 53347b0e80 Add Makefile to deploy with Sqitch and test with pg_prove
This is mainly intended for CI scripts, when building the distribution
package.
2023-07-22 23:56:16 +02:00

6 lines
86 B
Makefile

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