]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Disable tests that use fork if the host doesn't have fork.
authorSimon Josefsson <simon@josefsson.org>
Fri, 16 Jun 2006 14:57:24 +0000 (14:57 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 16 Jun 2006 14:57:24 +0000 (14:57 +0000)
tests/Makefile.am

index a5ea541010552df74dae4a2f8c6ae638886b6e7d..f504eacc3071102dd4cd4b968fe4d37c652fb404 100644 (file)
@@ -36,8 +36,10 @@ openssl_LDADD = $(LDADD) ../libextra/libgnutls-openssl.la
 tlsia_LDADD = $(LDADD) ../libextra/libgnutls-extra.la \
        ../gl/libgnu.la @LTLIBREADLINE@
 
-ctests = simple anonself pskself openssl gc dhepskself set_pkcs12_cred \
-       tlsia resume certder
+ctests = simple openssl gc set_pkcs12_cred certder
+if HAVE_FORK
+ctests +=  anonself pskself dhepskself tlsia resume
+endif
 TESTS = pkcs12_neon pkcs8 $(ctests)
 check_PROGRAMS = $(ctests)
 dist_check_SCRIPTS = pkcs12_neon pkcs8