diff options
Diffstat (limited to 'src/auditor/Makefile.am')
-rw-r--r-- | src/auditor/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 1a78cb3a2..3c37d52af 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -305,7 +305,11 @@ check_SCRIPTS = \ test-revocation.sh \ test-sync.sh -# TESTS = $(check_SCRIPTS) +TESTS = \ + test-auditor.sh \ + test-revocation.sh \ + test-sync.sh + EXTRA_DIST = \ taler-auditor.in \ |