From 407b62e27e7c72d1681ae0524183486abb8bce5f Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 24 Nov 2017 12:05:05 +0100 Subject: enabling testcases --- Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index eb34733..f0028d2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,6 +48,5 @@ install: $(templates) install-data # run testcases .PHONY: check check: - @export TALER_CONFIG_FILE=./talersurvey/tests.conf; \ - export PYTHONPATH=@prefix@/lib/python3.5/site-packages; \ - python3 ./talersurvey/tests.py + @export TALER_CONFIG_FILE=@abs_srcdir@/talersurvey/tests.conf; \ + python3 talersurvey/tests.py -- cgit v1.2.3