From 986c5f0b947559b76f9997d238bb4231a79eeee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Fri, 24 May 2024 13:46:55 +0200 Subject: [PATCH] tests: Add new files to distribution * tests/json/Makefile.am (EXTRA_DIST): Add files added with f2575b63. -- Fixes-commit: f2575b6313aeb23d867682856f7842704786349e GnuPG-bug-id: 7118 --- tests/json/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/json/Makefile.am b/tests/json/Makefile.am index 0484cb74..1f17173a 100644 --- a/tests/json/Makefile.am +++ b/tests/json/Makefile.am @@ -44,6 +44,7 @@ private_keys = \ EXTRA_DIST = initial.test final.test \ + key-with-revokers.asc \ t-chunking.in.json t-chunking.out.json \ t-config.in.json t-config-opt.in.json \ t-config-opt.out.json t-config.out.json \ @@ -57,6 +58,7 @@ EXTRA_DIST = initial.test final.test \ t-export-secret-info.in.json t-export-secret-info.out.json \ t-import.in.json t-import.out.json \ t-keylist.in.json t-keylist.out.json \ + t-keylist-revokers.in.json t-keylist-revokers.out.json \ t-keylist-secret.in.json t-keylist-secret.out.json \ t-sign.in.json t-sign.out.json \ t-sig-notations.in.json t-sig-notations.out.json \