tests: Remove remnants of 'check-local'.
* tests/gpgsm/Makefile.am (check-local): Drop rule and the dependency on it. -- Previously, the test environment was created during 'make check'. Nowadays we create it using 'BUILT_SOURCES' during 'make all'. Drop remnant of the previous method. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
6b4dd3b929
commit
a9b4c0ad0d
@ -51,13 +51,6 @@ clean-local:
|
||||
-$(top_srcdir)/tests/start-stop-agent --stop
|
||||
-rm -fR private-keys-v1.d
|
||||
|
||||
check-local: ./pubring.kbx ./gpgsm.conf \
|
||||
./private-keys-v1.d/$(key_id).key ./trustlist.txt
|
||||
|
||||
# To guarantee that check-local is run before any tests we add this
|
||||
# dependency:
|
||||
initial.test : check-local
|
||||
|
||||
export GNUPGHOME := $(abs_builddir)
|
||||
|
||||
export GPG_AGENT_INFO :=
|
||||
|
Loading…
Reference in New Issue
Block a user