gpgme/lang/cpp/tests
NIIBE Yutaka 66bcb8acb2 build: With LD_LIBRARY_PATH defined, use --disable-new-dtags.
* configure.ac (LDADD_FOR_TESTS_KLUDGE): New for --disable-new-dtags.
* tests/Makefile.am (LDADD): Use LDADD_FOR_TESTS_KLUDGE.
* lang/cpp/tests/Makefile.am, lang/qt/tests/Makefile.am: Likewise.
* tests/gpg/Makefile.am, tests/gpgsm/Makefile.am: Likewise.
* tests/json/Makefile.am, tests/opassuan/Makefile.am: Likewise.

--

GnuPG-bug-id: 4298
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2019-01-16 10:59:25 +09:00
..
Makefile.am build: With LD_LIBRARY_PATH defined, use --disable-new-dtags. 2019-01-16 10:59:25 +09: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

Tests for the C++ bindings.

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