integrate auditor test into build system

This commit is contained in:
Christian Grothoff 2019-08-23 15:21:26 +02:00
parent 0d230131e6
commit 135d365893
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 6 additions and 2 deletions

View File

@ -98,7 +98,11 @@ taler_auditor_exchange_LDADD = \
$(top_builddir)/src/auditordb/libtalerauditordb.la \
-lgnunetutil $(XLIB)
check_SCRIPTS = \
test-auditor.sh
TESTS = $(check_SCRIPTS)
EXTRA_DIST = \
auditor.conf
auditor.conf \
$(check_SCRIPTS)

View File

@ -27,7 +27,7 @@ MASTER_PUB=`cat ../benchmark/auditor-basedb.mpub`
# Launch bank
echo "Launching bank"
taler-bank-manage -c test-auditor.conf serve-http 2>/dev/null >/dev/null &
sleep 10
# Run the auditor!
echo "Running audit(s)"