gpgme/lang/cpp/tests
Ingo Klöcker f3177d3ee0 cpp,tests: Add test runner for doing a WKD lookup without import
* lang/cpp/tests/Makefile.am (run_wkdlookup_SOURCES, programs_unix):
New.
(noinst_PROGRAMS): Add $(programs_unix).
* lang/cpp/tests/run-wkdlookup.cpp: New.
--

This test runner is a prototype for doing a WKD lookup without implicit
import of the found key(s).

Building this test runner is disabled on Windows because it may not
work there. Feel free to enable it on Windows if the test runner works
there.

GnuPG-bug-id: 5728
2021-12-10 12:51:36 +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: Add first manual tests 2018-10-09 11:24:18 +02:00
run-keylist.cpp cpp: Add first manual tests 2018-10-09 11:24:18 +02:00
run-verify.cpp cpp,tests: Add another test runner 2018-10-29 15:36:45 +01:00
run-wkdlookup.cpp cpp,tests: Add test runner for doing a WKD lookup without import 2021-12-10 12:51:36 +01:00

Tests for the C++ bindings.

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