diff options
author | Justus Winter <[email protected]> | 2017-05-10 14:31:58 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-05-10 14:31:58 +0000 |
commit | a9b4c0ad0d1085ff76742e44cf0cf926e89d1f4c (patch) | |
tree | 8229eba54a20c45f66f6a148239701de68cb4c4b /tests/gpgsm | |
parent | python: Fix test environment creation. (diff) | |
download | gpgme-a9b4c0ad0d1085ff76742e44cf0cf926e89d1f4c.tar.gz gpgme-a9b4c0ad0d1085ff76742e44cf0cf926e89d1f4c.zip |
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 <[email protected]>
Diffstat (limited to 'tests/gpgsm')
-rw-r--r-- | tests/gpgsm/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/gpgsm/Makefile.am b/tests/gpgsm/Makefile.am index adae6a23..c73faeaf 100644 --- a/tests/gpgsm/Makefile.am +++ b/tests/gpgsm/Makefile.am @@ -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 := |