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