diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-06 12:32:13 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-06 12:32:13 +0200 |
commit | 5bc1db27dd4fdb2bc2b79cc4d90cdc6e893fde09 (patch) | |
tree | 0a68c4e45f4d74fce44b94d8f95af7c98ced6719 | |
parent | 7bd1a8ff09073bc83ac8ba2f2d17dee02dc645ba (diff) | |
download | exchange-5bc1db27dd4fdb2bc2b79cc4d90cdc6e893fde09.tar.gz exchange-5bc1db27dd4fdb2bc2b79cc4d90cdc6e893fde09.zip |
re-enable auditor test
-rw-r--r-- | src/auditor/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 9eb9a5a9c..e3600e20f 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am | |||
@@ -101,7 +101,7 @@ taler_auditor_exchange_LDADD = \ | |||
101 | check_SCRIPTS = \ | 101 | check_SCRIPTS = \ |
102 | test-auditor.sh | 102 | test-auditor.sh |
103 | 103 | ||
104 | # TESTS = $(check_SCRIPTS) | 104 | TESTS = $(check_SCRIPTS) |
105 | 105 | ||
106 | EXTRA_DIST = \ | 106 | EXTRA_DIST = \ |
107 | auditor.conf \ | 107 | auditor.conf \ |