From cf4f6cfaf843e9d2b44458a27a32ab5e14f88cdc Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 20 Mar 2019 22:12:45 +0100 Subject: Export config base directory for tests. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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/ -- cgit v1.2.3