gpgme/lang/cpp/tests
Andre Heinecke 9f85f4967e
cpp: Add first manual tests
* lang/cpp/Makefile.am: Add tests subdir.
* lang/cpp/tests/Makefile.am: New.
* lang/cpp/tests/README,
lang/cpp/tests/run-getkey.cpp,
lang/cpp/tests/run-keylist.cpp: New.
* configure.ac: Configure tests makefile.

--
The autotests for c++ live in lang/qt/tests these
tests are more for manual experiments to validate some
functionality.
2018-10-09 11:24:18 +02:00
..
Makefile.am cpp: Add first manual tests 2018-10-09 11:24:18 +02: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

Tests for the C++ bindings.

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