mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
tests,w32: Fix locating GPGME's tests on Windows.
* tests/gpgme/run-tests.scm: Qualify the test with the executable extension. -- Previously, the test suite could not locate the test executables on Windows because the Windows-specific file extension was missing. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
770b75a746
commit
6ecd8b3e71
@ -54,7 +54,7 @@
|
|||||||
(apply path-join
|
(apply path-join
|
||||||
`(,(if (compiled? name)
|
`(,(if (compiled? name)
|
||||||
gpgme-builddir
|
gpgme-builddir
|
||||||
gpgme-srcdir) ,@(:path cmpnts),name)))
|
gpgme-srcdir) ,@(:path cmpnts) ,(qualify name))))
|
||||||
(let ((makefile (apply path-join `(,gpgme-srcdir ,@(:path cmpnts)
|
(let ((makefile (apply path-join `(,gpgme-srcdir ,@(:path cmpnts)
|
||||||
"Makefile.am"))))
|
"Makefile.am"))))
|
||||||
(map (lambda (name)
|
(map (lambda (name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user