diff options
author | Andre Heinecke <[email protected]> | 2016-07-01 14:55:14 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-07-01 14:55:14 +0000 |
commit | fbd6ac4655ebf56d91ebd9a4ff499c8319fcd087 (patch) | |
tree | 4969cfd31d493ea2b6dac5c204612f508e134193 /lang/qt/tests/Makefile.am | |
parent | Cpp: Add TofuInfo to signatures (diff) | |
download | gpgme-fbd6ac4655ebf56d91ebd9a4ff499c8319fcd087.tar.gz gpgme-fbd6ac4655ebf56d91ebd9a4ff499c8319fcd087.zip |
Qt: Add test for TofuInfo
* lang/qt/tests/t-tofuinfo.cpp: New.
* lang/qt/tests/Makefile.am: Update accordingly.
--
The test currently contains a workaround for GnuPG-Bug-Id 2405
Diffstat (limited to 'lang/qt/tests/Makefile.am')
-rw-r--r-- | lang/qt/tests/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am index c060c700..204b5a7c 100644 --- a/lang/qt/tests/Makefile.am +++ b/lang/qt/tests/Makefile.am @@ -24,9 +24,9 @@ TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) EXTRA_DIST = initial.test -TESTS = initial.test t-keylist t-keylocate t-ownertrust +TESTS = initial.test t-keylist t-keylocate t-ownertrust t-tofuinfo -moc_files = t-keylist.moc t-keylocate.moc t-ownertrust.moc +moc_files = t-keylist.moc t-keylocate.moc t-ownertrust.moc t-tofuinfo.moc AM_LDFLAGS = -no-install @@ -49,12 +49,13 @@ initial.test : check-local t_keylist_SOURCES = t-keylist.cpp t_keylocate_SOURCES = t-keylocate.cpp t_ownertrust_SOURCES = t-ownertrust.cpp +t_tofuinfo_SOURCES = t-tofuinfo.cpp nodist_t_keylist_SOURCES = $(moc_files) BUILT_SOURCES = $(moc_files) -noinst_PROGRAMS = t-keylist t-keylocate t-ownertrust +noinst_PROGRAMS = t-keylist t-keylocate t-ownertrust t-tofuinfo CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \ gpg-agent.conf pubring.kbx~ S.gpg-agent gpg.conf pubring.gpg~ \ |