diff options
author | Andre Heinecke <[email protected]> | 2016-04-03 09:48:46 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-04-03 09:48:46 +0000 |
commit | faf987dd62893955251378a2a715edd2892a540c (patch) | |
tree | 5072f5a79493fa048a1c19312ab943859c5c0e7c /lang/qt/Makefile.am | |
parent | Qt: Add missing MOC includes (diff) | |
download | gpgme-faf987dd62893955251378a2a715edd2892a540c.tar.gz gpgme-faf987dd62893955251378a2a715edd2892a540c.zip |
Qt: Add a unit test for qgpgme
* 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.
Diffstat (limited to 'lang/qt/Makefile.am')
-rw-r--r-- | lang/qt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/Makefile.am b/lang/qt/Makefile.am index 7fbaca8e..48f568ad 100644 --- a/lang/qt/Makefile.am +++ b/lang/qt/Makefile.am @@ -18,6 +18,6 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA -SUBDIRS = src +SUBDIRS = src tests EXTRA_DIST = README |