tests: Run the threading tests only on UNIX.
* tests/gpg/Makefile.am (tests_unix): Add 't-thread-keylist' and 't-thread-keylist-verify'. (c_tests): Drop them here. -- The tests use pthreads and we suspect problems with MinGW's wrappers. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
a13e4abe94
commit
7e9f7752c9
@ -31,15 +31,15 @@ noinst_HEADERS = t-support.h
|
|||||||
if HAVE_W32_SYSTEM
|
if HAVE_W32_SYSTEM
|
||||||
tests_unix =
|
tests_unix =
|
||||||
else
|
else
|
||||||
tests_unix = t-eventloop t-thread1
|
tests_unix = t-eventloop t-thread1 t-thread-keylist t-thread-keylist-verify
|
||||||
endif
|
endif
|
||||||
|
|
||||||
c_tests = \
|
c_tests = \
|
||||||
t-encrypt t-encrypt-sym t-encrypt-sign t-sign t-signers \
|
t-encrypt t-encrypt-sym t-encrypt-sign t-sign t-signers \
|
||||||
t-decrypt t-verify t-decrypt-verify t-sig-notation t-export \
|
t-decrypt t-verify t-decrypt-verify t-sig-notation t-export \
|
||||||
t-import t-trustlist t-edit t-keylist t-keylist-sig t-wait \
|
t-import t-trustlist t-edit t-keylist t-keylist-sig t-wait \
|
||||||
t-encrypt-large t-file-name t-gpgconf t-encrypt-mixed $(tests_unix) \
|
t-encrypt-large t-file-name t-gpgconf t-encrypt-mixed \
|
||||||
t-thread-keylist t-thread-keylist-verify
|
$(tests_unix)
|
||||||
|
|
||||||
TESTS = initial.test $(c_tests) final.test
|
TESTS = initial.test $(c_tests) final.test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user