diff options
author | Andre Heinecke <[email protected]> | 2016-07-04 09:40:03 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-07-04 09:44:39 +0000 |
commit | efb5059b9b6e81db7b0c016aa9fb70abe98308ea (patch) | |
tree | 0edb3dd84edc30be8d607d53b412ae21c676fe35 /lang/qt/tests/Makefile.am | |
parent | Cpp: Add support for TOFU_CONFLICT sigsum (diff) | |
download | gpgme-efb5059b9b6e81db7b0c016aa9fb70abe98308ea.tar.gz gpgme-efb5059b9b6e81db7b0c016aa9fb70abe98308ea.zip |
Qt: Add test passphrase provider
* lang/qt/tests/t-support.h (TestPassphraseProvider): New.
* lang/qt/tests/Makefile.am (t_tofuinfo_SOURCES): Add t-support.h
Diffstat (limited to 'lang/qt/tests/Makefile.am')
-rw-r--r-- | lang/qt/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am index 204b5a7c..c2280006 100644 --- a/lang/qt/tests/Makefile.am +++ b/lang/qt/tests/Makefile.am @@ -49,7 +49,7 @@ 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 +t_tofuinfo_SOURCES = t-tofuinfo.cpp t-support.h nodist_t_keylist_SOURCES = $(moc_files) |