diff options
author | Werner Koch <[email protected]> | 2009-07-07 14:17:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-07-07 14:17:39 +0000 |
commit | 43427b0c91511abf58fab928268fa61d1ad110b9 (patch) | |
tree | b80e88d3766964ebe0f33a58a4244b4e9fa7d048 /tests/gpg/Makefile.am | |
parent | Typo fix. (diff) | |
download | gpgme-43427b0c91511abf58fab928268fa61d1ad110b9.tar.gz gpgme-43427b0c91511abf58fab928268fa61d1ad110b9.zip |
Move gpg test programs to the top test directory.
Diffstat (limited to 'tests/gpg/Makefile.am')
-rw-r--r-- | tests/gpg/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 441e80ca..5da0bbbf 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -50,8 +50,7 @@ LDADD = ../../src/libgpgme.la t_thread1_LDADD = ../../src/libgpgme-pthread.la # We don't run t-genkey in the test suite, because it takes too long -# The other programs are used for debugging. -noinst_PROGRAMS = $(TESTS) t-genkey pgp-keylist pgp-export pgp-import +noinst_PROGRAMS = $(TESTS) t-genkey mkdemodirs: mkdemodirs.in Makefile sed -e 's,[@]GPG[@],$(GPG),g' < $(srcdir)/mkdemodirs.in > mkdemodirs |