gpgme/lang/cpp/tests
Ingo Klöcker 90eb80134b
cpp: Add information about revocation keys to Key
* lang/cpp/src/gpgmefw.h (gpgme_revocation_key_t): New forward
declaration.
* lang/cpp/src/key.cpp, lang/cpp/src/key.h (class Key): New methods
revocationKey, numRevocationKeys, revocationKeys.
(class RevocationKey): New.
(swap): New overload for RevocationKey.
(operator<<): New overload for RevocationKey.
* lang/cpp/src/key.cpp (operator<<): Add information about revocation
keys to the output stream for Key.

* lang/cpp/tests/run-keylist.cpp (main): Don't output Key if nextKey
failed, e.g. at the end of the key listing.
--

GnuPG-bug-id: 7118
2024-05-21 16:38:59 +02:00
..
Makefile.am cpp,tests: Add test runner for doing a WKD lookup without import 2021-12-10 12:51:36 +01:00
README cpp: Add first manual tests 2018-10-09 11:24:18 +02:00
run-getkey.cpp cpp,tests: Verify that requested keylist mode is used 2022-04-28 10:33:23 +02:00
run-keylist.cpp cpp: Add information about revocation keys to Key 2024-05-21 16:38:59 +02:00
run-verify.cpp cpp: Remove unused include 2023-08-15 11:50:28 +02:00
run-wkdlookup.cpp cpp,tests: Launch dirmngr with gpg-conf 2024-01-09 11:22:43 +01:00

Tests for the C++ bindings.

Most autotests for the C++ bindings use the QTest framework
and live in lang/qt/tests.