mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
tests: Skip GPGME tests that are not built.
* tests/gpgme/wrap.scm: Skip tests that are not built. -- Previously, all tests from GPGME's test suite that were not built (e.g. because GPGME was not configured with QT) were marked as failures. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
6ecd8b3e71
commit
5f2da5d439
@ -56,5 +56,8 @@
|
|||||||
(log "Importing extra key...")
|
(log "Importing extra key...")
|
||||||
(call-check `(,@GPG --yes --import ,(in-srcdir "pubkey-1.asc"))))))
|
(call-check `(,@GPG --yes --import ,(in-srcdir "pubkey-1.asc"))))))
|
||||||
|
|
||||||
(log "Running" (car executable))
|
(if (file-exists? (car executable))
|
||||||
(exit (run executable))
|
(begin
|
||||||
|
(log "Running" (car executable))
|
||||||
|
(exit (run executable)))
|
||||||
|
(skip (car executable) "is not built"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user