diff options
author | Justus Winter <justus@g10code.com> | 2017-04-06 14:31:54 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2017-04-06 14:31:54 +0200 |
commit | af1c1a57e46a00a32d83c1a58c5f3ef6f4a1c1d1 (patch) | |
tree | b56ccb7643bb0cd10111e0af3ae14f1310b14a01 /tests/Makefile.am | |
parent | tests: Make test more robust. (diff) | |
download | gnupg2-af1c1a57e46a00a32d83c1a58c5f3ef6f4a1c1d1.tar.xz gnupg2-af1c1a57e46a00a32d83c1a58c5f3ef6f4a1c1d1.zip |
tests: Disable 'pkits' test suite.
* tests/Makefile.am (SUBDIRS): Drop 'pkits'.
* tests/pkits/common.sh: Fix locating 'PKITS_data.tar.bz2'.
* tests/pkits/inittests: Likewise.
--
These tests are unmaintained and broken, and were previously only run
when doing in-tree builds, hence nobody noticed that they were badly
broken.
GnuPG-bug-id: 3067
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bb75c97be..7cbf9e8e6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,7 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = gpgscm openpgp migrations gpgsm gpgme pkits . +SUBDIRS = gpgscm openpgp migrations gpgsm gpgme . GPGSM = ../sm/gpgsm |