mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
tests: More fix for semihosted environment.
* common/all-tests.scm: Conditionalize by *win32*. * tests/cms/Makefile.am (GPGSM): Add missing GPGSM. * tests/pkits/Makefile.am (TESTS_ENVIRONMENT): Add EXEEXT. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
f182c284fb
commit
594c3274d6
3 changed files with 27 additions and 22 deletions
|
@ -23,24 +23,27 @@
|
|||
(test::binary #f
|
||||
(path-join "common" name-ext)
|
||||
(path-join (getenv "objdir") "common" name-ext))))
|
||||
(list "t-stringhelp"
|
||||
"t-timestuff"
|
||||
"t-convert"
|
||||
"t-percent"
|
||||
"t-gettime"
|
||||
"t-sysutils"
|
||||
"t-sexputil"
|
||||
"t-session-env"
|
||||
"t-openpgp-oid"
|
||||
"t-ssh-utils"
|
||||
"t-mapstrings"
|
||||
"t-zb32"
|
||||
"t-mbox-util"
|
||||
"t-iobuf"
|
||||
"t-strlist"
|
||||
"t-name-value"
|
||||
"t-ccparray"
|
||||
"t-recsel"
|
||||
"t-exechelp"
|
||||
"t-exectool"
|
||||
)))
|
||||
`("t-stringhelp"
|
||||
"t-timestuff"
|
||||
"t-convert"
|
||||
"t-percent"
|
||||
"t-gettime"
|
||||
"t-sysutils"
|
||||
"t-sexputil"
|
||||
"t-session-env"
|
||||
"t-openpgp-oid"
|
||||
"t-ssh-utils"
|
||||
"t-mapstrings"
|
||||
"t-zb32"
|
||||
"t-mbox-util"
|
||||
"t-iobuf"
|
||||
"t-strlist"
|
||||
"t-name-value"
|
||||
"t-ccparray"
|
||||
"t-recsel"
|
||||
,@(if *win32*
|
||||
'("t-w32-reg"
|
||||
"t-w32-cmdline")
|
||||
'("t-exechelp"
|
||||
"t-exectool"))
|
||||
)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue