diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-25 22:17:59 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-25 22:17:59 +0200 |
commit | eae030fc4ff5df08eb113e49eb640e7cbe2b25cb (patch) | |
tree | 3b92e8387432ed31e431d1875ac80c86d090afdf /src/auditor/Makefile.am | |
parent | 28fcff7c1eb3c336278fab59c7eb352bf4b1e49a (diff) |
-misc fixes:
Diffstat (limited to 'src/auditor/Makefile.am')
-rw-r--r-- | src/auditor/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index eb8025a6c..2a51ed27a 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -207,12 +207,12 @@ taler_auditor_sync_CPPFLAGS = \ check_SCRIPTS = \ test-auditor.sh \ + test-kyc.sh \ test-revocation.sh \ test-sync.sh .NOTPARALLEL: -# revocation test disabled for now: need working wallet first! -TESTS = $(check_SCRIPTS) +# TESTS = $(check_SCRIPTS) EXTRA_DIST = \ taler-auditor.in \ @@ -223,5 +223,6 @@ EXTRA_DIST = \ test-sync-out.conf \ generate-auditor-basedb.sh \ generate-auditor-basedb.conf \ + generate-kyc-basedb.conf \ generate-revoke-basedb.sh \ $(check_SCRIPTS) |