forked from wolfSSL/wolfssl
fix ipv6 external test case
This commit is contained in:
@@ -184,6 +184,8 @@ then
|
|||||||
AM_CFLAGS="$AM_CFLAGS -DTEST_IPV6"
|
AM_CFLAGS="$AM_CFLAGS -DTEST_IPV6"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AM_CONDITIONAL([BUILD_IPV6], [test "x$ENABLED_IPV6" = "xyes"])
|
||||||
|
|
||||||
|
|
||||||
# Fortress build
|
# Fortress build
|
||||||
AC_ARG_ENABLE([fortress],
|
AC_ARG_ENABLE([fortress],
|
||||||
|
@@ -10,7 +10,9 @@ endif
|
|||||||
|
|
||||||
if BUILD_EXAMPLES
|
if BUILD_EXAMPLES
|
||||||
dist_noinst_SCRIPTS+= scripts/resume.test
|
dist_noinst_SCRIPTS+= scripts/resume.test
|
||||||
|
if !BUILD_IPV6
|
||||||
dist_noinst_SCRIPTS+= scripts/external.test
|
dist_noinst_SCRIPTS+= scripts/external.test
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
EXTRA_DIST += scripts/testsuite.pcap
|
EXTRA_DIST += scripts/testsuite.pcap
|
||||||
|
Reference in New Issue
Block a user