gpgme/lang/cpp/tests
Ingo Klöcker e64dd7ee51
cpp: Don't include config.h
* lang/cpp/src/*.cpp, lang/cpp/tests/*.cpp: Remove config.h include.
--

The C++ binding sources don't need anything from config.h.

GnuPG-bug-id: 7110
2024-06-11 14:23:40 +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: Don't include config.h 2024-06-11 14:23:40 +02:00
run-keylist.cpp cpp: Don't include config.h 2024-06-11 14:23:40 +02:00
run-verify.cpp cpp: Don't include config.h 2024-06-11 14:23:40 +02:00
run-wkdlookup.cpp cpp: Don't include config.h 2024-06-11 14:23:40 +02:00

Tests for the C++ bindings.

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