mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
tests: Make make distcheck work again.
* Makefile.am (tests): Remove test code which would led to doubling calls to for e.g. "make distclean". * tests/Makefile.am: Typo fixes. * tests/gpgscm/Makefile.am (EXTRA_DIST): Fix name of License file. Add repl.scm. (check): Replace by check-local because check is a standard automake target. * tests/openpgp/Makefile.am (TESTS_ENVIRONMENT): Replace gmake0sim by automake generated macro. (EXTRA_DIST): Add defs.scm Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
dfe5282e58
commit
ce1689ea07
@ -93,7 +93,7 @@ endif
|
||||
if RUN_TESTS
|
||||
tests = tests
|
||||
else
|
||||
tests = tests/gpgscm tests/openpgp
|
||||
tests =
|
||||
endif
|
||||
|
||||
SUBDIRS = m4 common kbx \
|
||||
|
@ -48,12 +48,12 @@ EXTRA_DIST = runtest inittests $(testscripts) ChangeLog-2011 \
|
||||
samplekeys/cert_g10code_test1.pem \
|
||||
samplekeys/cert_g10code_theo1.pem
|
||||
|
||||
# We used to run $(testscripts) here but these asschk scripts ares not
|
||||
# completely reliable in all enviromnets and thus we better disable
|
||||
# them. The tests are anyway way to minimal. We will eventually
|
||||
# We used to run $(testscripts) here but these asschk scripts are not
|
||||
# completely reliable in all enviroments and thus we better disable
|
||||
# them. The tests are anyway way too minimal. We will eventually
|
||||
# write new tests based on gpg-connect-agent which has a full fledged
|
||||
# script language and thus makes it far easier to write tests than to
|
||||
# use the low--level asschk stuff.
|
||||
# use that low-level asschk stuff.
|
||||
TESTS =
|
||||
|
||||
CLEANFILES = inittests.stamp x y y z out err \
|
||||
|
@ -18,11 +18,12 @@
|
||||
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
EXTRA_DIST = \
|
||||
COPYING \
|
||||
LICENSE.TinySCHEME \
|
||||
Manual.txt \
|
||||
ffi.scm \
|
||||
init.scm \
|
||||
lib.scm \
|
||||
repl.scm \
|
||||
t-child.scm \
|
||||
tests.scm
|
||||
|
||||
@ -31,6 +32,8 @@ include $(top_srcdir)/am/cmacros.am
|
||||
|
||||
AM_CFLAGS =
|
||||
|
||||
CLEANFILES =
|
||||
|
||||
bin_PROGRAMS = gpgscm
|
||||
noinst_PROGRAMS = t-child
|
||||
|
||||
@ -51,7 +54,6 @@ t_child_SOURCES = t-child.c
|
||||
# important for things like make -j2.
|
||||
$(PROGRAMS): $(common_libs)
|
||||
|
||||
.PHONY: check
|
||||
check: gpgscm$(EXEEXT) t-child$(EXEEXT)
|
||||
check-local: gpgscm$(EXEEXT) t-child$(EXEEXT)
|
||||
EXEEXT=$(EXEEXT) GPGSCM_PATH=$(srcdir) \
|
||||
./gpgscm$(EXEEXT) $(srcdir)/t-child.scm
|
||||
|
@ -37,7 +37,7 @@ fake_pinentry_SOURCES = fake-pinentry.c
|
||||
TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= LC_ALL=C \
|
||||
EXEEXT=$(EXEEXT) \
|
||||
PATH=../gpgscm:$(PATH) \
|
||||
objdir=$(shell readlink -f ../..) \
|
||||
objdir=$(abs_top_builddir) \
|
||||
GPGSCM_PATH=$(top_srcdir)/tests/gpgscm:$(top_srcdir)/tests/openpgp
|
||||
|
||||
if SQLITE3
|
||||
@ -142,8 +142,9 @@ sample_keys = samplekeys/ecc-sample-1-pub.asc \
|
||||
samplekeys/e2e-p256-1-prt.asc \
|
||||
samplekeys/E657FB607BB4F21C90BB6651BC067AF28BC90111.asc
|
||||
|
||||
EXTRA_DIST = defs.inc pinentry.sh $(TESTS) $(TEST_FILES) ChangeLog-2011 \
|
||||
mkdemodirs signdemokey $(priv_keys) $(sample_keys)
|
||||
EXTRA_DIST = defs.inc defs.scm pinentry.sh $(TESTS) $(TEST_FILES) \
|
||||
mkdemodirs signdemokey $(priv_keys) $(sample_keys) \
|
||||
ChangeLog-2011
|
||||
|
||||
CLEANFILES = prepared.stamp x y yy z out err $(data_files) \
|
||||
plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \
|
||||
|
Loading…
x
Reference in New Issue
Block a user