diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-10-30 07:12:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-10-30 07:12:42 +0100 |
commit | 2f1850a558ccaa0b004c675dfc448c90d9d83c1c (patch) | |
tree | b5dbeed0b92b24451bbee6ad0b02c9bb9f8a43ec /src/auditor | |
parent | 2b96292eb2fa8170eec3123ac52b7e42a132912d (diff) |
re-enable auditor tests
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 99a10fcd2..a3b1cc747 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -264,8 +264,8 @@ check_SCRIPTS = \ TESTS = \ test-revocation.sh \ - test-sync.sh -# test-auditor.sh + test-sync.sh \ + test-auditor.sh EXTRA_DIST = \ |