aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Qt / Cpp: Fix make distgpgmeppAndre Heinecke2016-05-101-1/+1
| | | | | | | | * lang/cpp/src/Makefile.am (EXTRA_DIST): Fix typo. (private_gpgmepp_headers): New. Private headers. (libgpgmepp_la_SOURCES): Add private headers. * lang/qt/src/Makefile.am (t_keylist_SOURCES): Remove non existent header.
* Qt: Fix unit test by adding initial.test depAndre Heinecke2016-04-111-4/+10
| | | | | | | | | | * lang/qt/tests/t-keylist.cpp: Verify that GNUPGHOME is set. * lang/qt/tests/initial.test: New dummy test. * lang/qt/tests/Makefile.am: Add dependency to initial.test -- Feels weird but this follows the pattern in tests/gpg/Makefile.am and solves the problem that the environment is dirty.
* Qt: Add a unit test for qgpgmeAndre Heinecke2016-04-031-0/+66
* configure.ac: Configure test Makefile. * m4/qt.m4: Look up Qt5Test flags. * lang/qt/tests/t-keylist.cpp: New. Simple keylist check. * lang/qt/tests/Makefile.am: New. General test framework. -- This test mostly checks that it basically compiles / works and adds a test framework.