mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue