summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f77795..0a6c500 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
1all: 1all:
2check: 2check:
3 PATH=$(CURDIR):$(PATH) DH_AUTOSCRIPTDIR=$(CURDIR) prove -I. 3 PATH=$(CURDIR):$(PATH) \
4 DH_AUTOSCRIPTDIR=$(CURDIR) \
5 DH_RUNIT_DATADIR=$(CURDIR)/data \
6 prove -I.
4autopkgtest: 7autopkgtest:
5 prove -I. 8 prove -I.
6.PHONY: check 9.PHONY: check