aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/tests/run-wkdlookup.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-13cpp,doc: Fix typos in API documentation and source code commentsIngo Klöcker1-1/+1
-- Anonymous contribution Signed-off-by: Ingo Klöcker <[email protected]>
2023-08-15cpp: Remove unused includeIngo Klöcker1-1/+0
--
2021-12-10cpp,tests: Add test runner for doing a WKD lookup without importIngo Klöcker1-0/+156
* 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