mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
tests: Enable tests with keyboxd only when it's configured.
* tests/gpgscm/tests.scm (in-objdir): Move from... * g13/all-tests.scm: ... here. * tests/openpgp/all-tests.scm (keyboxd-enabled?): New. (tests): Enable when keyboxd-enabled?. -- GnuPG-bug-id: 5966 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
3d7d7e8bfd
commit
09df630e4b
3 changed files with 20 additions and 12 deletions
|
@ -192,6 +192,9 @@
|
|||
(define (in-srcdir . names)
|
||||
(canonical-path (apply path-join (cons (getenv "abs_top_srcdir") names))))
|
||||
|
||||
(define (in-objdir . names)
|
||||
(canonical-path (apply path-join (cons (getenv "objdir") names))))
|
||||
|
||||
;; Split a list of paths.
|
||||
(define (pathsep-split s)
|
||||
(string-split s *pathsep*))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue