summaryrefslogtreecommitdiff
path: root/src/auditor/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-23 15:21:26 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-23 15:21:26 +0200
commit135d36589323aee4aeca766500c9c9ceb5ed1261 (patch)
treee5af63751239c1c0e0e9fc8b1a113849f75988e4 /src/auditor/Makefile.am
parent0d230131e61df2bff75ab47256217eb22c910b26 (diff)
downloadexchange-135d36589323aee4aeca766500c9c9ceb5ed1261.tar.gz
exchange-135d36589323aee4aeca766500c9c9ceb5ed1261.tar.bz2
exchange-135d36589323aee4aeca766500c9c9ceb5ed1261.zip
integrate auditor test into build system
Diffstat (limited to 'src/auditor/Makefile.am')
-rw-r--r--src/auditor/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am
index 4da582970..a31705f99 100644
--- a/src/auditor/Makefile.am
+++ b/src/auditor/Makefile.am
@@ -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)