summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-25 14:53:05 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-25 14:53:05 +0100
commit0edae534359f38a2b8cdc480eb87036804826f11 (patch)
treecc73e77f4aa419483e8dcbf21c1de93c1f8d054d /Makefile.in
parent2a5249c80ecb4a4233903d5b420443fd5114fe1a (diff)
downloadsurvey-0edae534359f38a2b8cdc480eb87036804826f11.tar.gz
survey-0edae534359f38a2b8cdc480eb87036804826f11.tar.bz2
survey-0edae534359f38a2b8cdc480eb87036804826f11.zip
exporting PYTHONPATH before tests are run
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f0028d2..1693ad7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,4 +49,5 @@ install: $(templates) install-data
.PHONY: check
check:
@export TALER_CONFIG_FILE=@abs_srcdir@/talersurvey/tests.conf; \
+ export PYTHONPATH=@prefix@/lib/python@PYTHON_VERSION@/site-packages; \
python3 talersurvey/tests.py