summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-24 12:05:05 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-24 12:05:05 +0100
commit407b62e27e7c72d1681ae0524183486abb8bce5f (patch)
tree07b57ce36f793e926e7fac386844b6709127cc18 /Makefile.in
parent413a3100f126419144fba94981f1dad732c3d71d (diff)
downloadsurvey-407b62e27e7c72d1681ae0524183486abb8bce5f.tar.gz
survey-407b62e27e7c72d1681ae0524183486abb8bce5f.tar.bz2
survey-407b62e27e7c72d1681ae0524183486abb8bce5f.zip
enabling testcases
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