summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
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