fix ipv6 external test case

pull/72/head
toddouska 2015-05-07 12:15:58 -07:00
parent 7a90f60a9c
commit c52b7160e9
2 changed files with 4 additions and 0 deletions

View File

@ -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],

View File

@ -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