[git] GnuPG - branch, master, updated. gnupg-2.1.20-11-g23f00f1
by Justus Winter
cvs at cvs.gnupg.org
Thu Apr 6 15:22:04 CEST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 23f00f109ddba595db4f73a6182750177c7dd75d (commit)
from af1c1a57e46a00a32d83c1a58c5f3ef6f4a1c1d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 23f00f109ddba595db4f73a6182750177c7dd75d
Author: Justus Winter <justus at g10code.com>
Date: Thu Apr 6 15:17:08 2017 +0200
tests: Fix distcheck.
* tests/Makefile.am (SUBDIRS): Add 'pkits' again. Simply dropping it
makes 'make distcheck' unhappy.
* tests/pkits/Makefile.am (TESTS): Remove all tests.
--
Disable the 'pkits' tests in a way that keeps 'make distcheck' happy.
To run tests individually, do
make -Ctests/pkits check TESTS=some-test
GnuPG-bug-id: 3067
Fixes-commit: af1c1a57e46a00a32d83c1a58c5f3ef6f4a1c1d1
Signed-off-by: Justus Winter <justus at g10code.com>
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7cbf9e8..bb75c97 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 .
+SUBDIRS = gpgscm openpgp migrations gpgsm gpgme pkits .
GPGSM = ../sm/gpgsm
diff --git a/tests/pkits/Makefile.am b/tests/pkits/Makefile.am
index 9de1f8c..3dc2f16 100644
--- a/tests/pkits/Makefile.am
+++ b/tests/pkits/Makefile.am
@@ -46,7 +46,7 @@ testscripts = import-all-certs validate-all-certs \
EXTRA_DIST = inittests runtest common.sh $(testscripts) ChangeLog-2011 \
import-all-certs.data
-TESTS = $(testscripts)
+TESTS =
CLEANFILES = inittests.stamp scratch.*.tmp x y z out err *.lock .\#lk* *.log
-----------------------------------------------------------------------
Summary of changes:
tests/Makefile.am | 2 +-
tests/pkits/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list