aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests/Makefile.am
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-01-30 11:56:54 +0000
committerIngo Klöcker <[email protected]>2023-01-30 11:56:54 +0000
commit8d672b3b7e5c5d487f20fb742a29fbee21236885 (patch)
treefc3e21a9a1760a87475fbc16a1ce057f9cdb0d1b /lang/qt/tests/Makefile.am
parentcpp: Support new archive signing flag (diff)
downloadgpgme-ikloecker/t6342-gpgtar.tar.gz
gpgme-ikloecker/t6342-gpgtar.zip
qt: Add job for creating signed archivesikloecker/t6342-gpgtar
* lang/qt/src/signarchivejob.cpp, lang/qt/src/signarchivejob.h, lang/qt/src/signarchivejob_p.h, lang/qt/src/qgpgmesignarchivejob.cpp, lang/qt/src/qgpgmesignarchivejob.h: New. * lang/qt/src/protocol.h (class Protocol): Add pure virtual member function signArchiveJob * lang/qt/src/protocol_p.h (Protocol::signArchiveJob): ... and implement it. * lang/qt/src/Makefile.am: Update accordingly. * lang/qt/tests/run-signarchivejob.cpp: New. * lang/qt/tests/Makefile.am: Add new test runner. -- GnuPG-bug-id: 6342
Diffstat (limited to '')
-rw-r--r--lang/qt/tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am
index 97e2b417..4e43d986 100644
--- a/lang/qt/tests/Makefile.am
+++ b/lang/qt/tests/Makefile.am
@@ -92,6 +92,7 @@ run_importjob_SOURCES = run-importjob.cpp
run_keyformailboxjob_SOURCES = run-keyformailboxjob.cpp
run_receivekeysjob_SOURCES = run-receivekeysjob.cpp
run_refreshkeysjob_SOURCES = run-refreshkeysjob.cpp
+run_signarchivejob_SOURCES = run-signarchivejob.cpp
nodist_t_keylist_SOURCES = $(moc_files)
@@ -104,7 +105,9 @@ noinst_PROGRAMS = \
t-trustsignatures t-changeexpiryjob t-wkdlookup t-import t-revokekey \
t-setprimaryuserid \
run-encryptarchivejob \
- run-importjob run-exportjob run-receivekeysjob run-refreshkeysjob
+ run-importjob run-exportjob run-receivekeysjob run-refreshkeysjob \
+ run-signarchivejob
+
CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
gpg-agent.conf pubring.kbx~ S.gpg-agent gpg.conf pubring.gpg~ \