summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-25 14:46:46 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-25 14:46:46 +0100
commitf51e10e56ef39ff79878f56bf6d77c633f052afb (patch)
tree7608a3a3b31b17aff85a446e4219e3837e68923f /Makefile.in
parent5cd1a7e52256017776cb764779cb32de4722338b (diff)
downloadblog-f51e10e56ef39ff79878f56bf6d77c633f052afb.tar.gz
blog-f51e10e56ef39ff79878f56bf6d77c633f052afb.tar.bz2
blog-f51e10e56ef39ff79878f56bf6d77c633f052afb.zip
export PYTHONPATH before tests are run, and include
articles and data into the installed bundle.
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 a50e280..508f141 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,4 +49,5 @@ install: $(templates) install-data
.PHONY: check
check:
@export TALER_CONFIG_FILE=@abs_srcdir@/talerblog/tests.conf; \
+ export PYTHONPATH=@prefix@/lib/python@PYTHON_VERSION@/site-packages; \
python3 talerblog/tests.py