summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-03-20 22:12:45 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-03-20 22:12:45 +0100
commitcf4f6cfaf843e9d2b44458a27a32ab5e14f88cdc (patch)
treefdcf866d3861e4fa45107d95a074d52b5669a80f
parentd71b77a6e62765020979599b05ad8742ad31ed27 (diff)
downloadsurvey-cf4f6cfaf843e9d2b44458a27a32ab5e14f88cdc.tar.gz
survey-cf4f6cfaf843e9d2b44458a27a32ab5e14f88cdc.tar.bz2
survey-cf4f6cfaf843e9d2b44458a27a32ab5e14f88cdc.zip
Export config base directory for tests.
-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/