diff options
author | Ingo Klöcker <[email protected]> | 2024-05-24 11:46:55 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-05-24 11:46:55 +0000 |
commit | 986c5f0b947559b76f9997d238bb4231a79eeee1 (patch) | |
tree | 57241e59199f4942309c1fdf7bac5da4434fe75a /tests | |
parent | cpp: Fix includes in public headers (diff) | |
download | gpgme-986c5f0b947559b76f9997d238bb4231a79eeee1.tar.gz gpgme-986c5f0b947559b76f9997d238bb4231a79eeee1.zip |
tests: Add new files to distribution
* tests/json/Makefile.am (EXTRA_DIST): Add files added with f2575b63.
--
Fixes-commit: f2575b6313aeb23d867682856f7842704786349e
GnuPG-bug-id: 7118
Diffstat (limited to 'tests')
-rw-r--r-- | tests/json/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |