summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a879ae2..1a7f2b0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,7 +49,8 @@ install: $(templates) install-data
.PHONY: check
check:
@export TALER_CONFIG_FILE=@abs_srcdir@/talersurvey/tests.conf; \
- python3 setup.py test
+ export TALER_PREFIX=@prefix@; \
+ python3 setup.py test
pylint:
@pylint talersurvey/