mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-20 14:37:08 +01:00
tests/pkits: New directory
This commit is contained in:
parent
066352a6a5
commit
53f7e372b9
@ -19,8 +19,19 @@
|
|||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
|
||||||
|
if RUN_PKITS_TESTS
|
||||||
|
pkits = pkits
|
||||||
|
else
|
||||||
|
pkits =
|
||||||
|
endif
|
||||||
|
|
||||||
|
SUBDIRS = . ${pkits}
|
||||||
|
|
||||||
|
|
||||||
GPGSM = ../sm/gpgsm
|
GPGSM = ../sm/gpgsm
|
||||||
|
|
||||||
|
|
||||||
TESTS_ENVIRONMENT = GNUPGHOME=`pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=$(GPGSM) \
|
TESTS_ENVIRONMENT = GNUPGHOME=`pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=$(GPGSM) \
|
||||||
LD_LIBRARY_PATH=$$(seen=0; \
|
LD_LIBRARY_PATH=$$(seen=0; \
|
||||||
for i in $(LDFLAGS) $(LIBGCRYPT_LIBS) $(PTH_LIBS); \
|
for i in $(LDFLAGS) $(LIBGCRYPT_LIBS) $(PTH_LIBS); \
|
||||||
@ -56,7 +67,7 @@ EXTRA_DIST = runtest inittests $(testscripts) \
|
|||||||
|
|
||||||
TESTS = $(testscripts)
|
TESTS = $(testscripts)
|
||||||
|
|
||||||
CLEANFILES = inittests.stamp x y y z out err
|
CLEANFILES = inittests.stamp x y y z out err \
|
||||||
*.lock .\#lk*
|
*.lock .\#lk*
|
||||||
|
|
||||||
DISTCLEANFILES = pubring.kbx~ random_seed
|
DISTCLEANFILES = pubring.kbx~ random_seed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user