diff options
Diffstat (limited to 'src/auditor/Makefile.am')
-rw-r--r-- | src/auditor/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index cdf644d14..634026ab4 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -193,8 +193,11 @@ check_SCRIPTS = \ test-sync.sh .NOTPARALLEL: -# Disabled for now: need working wallet first! +# revocation test disabled for now: need working wallet first! # TESTS = $(check_SCRIPTS) +TESTS = \ + test-auditor.sh \ + test-sync.sh EXTRA_DIST = \ taler-auditor.in \ |