gpgme/lang/cpp/tests
Ingo Klöcker 85c7a94d63
cpp,tests: Launch dirmngr with gpg-conf
* lang/cpp/tests/run-wkdlookup.cpp (main): Replace backslashes with
forward slashes in homedir returned by GpgME::dirInfo. Use "gpgconf
--launch dirmngr" to start dirmngr.
--

With this change the same code as by QGpgMEWKDLookupJob is again used to
launch dirmngr. It also fixes the bad example of starting dirmngr
without the help of gpgconf.

GnuPG-bug-id: 6833
2024-01-09 11:22:43 +01: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,tests: Actually parse the --with-secret option 2022-05-05 17:24: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.