mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
tests: Fix check-all for tests/openpgp.
* tests/openpgp/Makefile.am: Revert the change by DISABLE_REGEXP. * tests/openpgp/all-tests.scm: Likewise. -- Fixes-commit: ba247a114c75a84473c11c1484013b09fbb9bcd1 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
73ef575fe1
commit
16720e1f54
@ -86,6 +86,7 @@ XTESTS = \
|
||||
trust-pgp-1.scm \
|
||||
trust-pgp-2.scm \
|
||||
trust-pgp-3.scm \
|
||||
trust-pgp-4.scm \
|
||||
gpgtar.scm \
|
||||
use-exact-key.scm \
|
||||
default-key.scm \
|
||||
@ -277,8 +278,6 @@ CLEANFILES = prepared.stamp x y yy z out err $(data_files) \
|
||||
gnupg-test.stop random_seed gpg-agent.log tofu.db \
|
||||
passphrases sshcontrol S.gpg-agent.ssh report.xml
|
||||
|
||||
XTESTS += trust-pgp-4.scm
|
||||
|
||||
clean-local:
|
||||
-rm -rf private-keys-v1.d openpgp-revocs.d tofu.d gpgtar.d
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
(define setup-use-keyboxd (setup* "use-keyboxd"))
|
||||
|
||||
(define all-tests
|
||||
(parse-makefile-expand "Makefile"
|
||||
(parse-makefile-expand (in-srcdir "tests" "openpgp" "Makefile.am")
|
||||
(lambda (filename port key) (parse-makefile port key))
|
||||
"XTESTS"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user