Default to ipv4 for unit tests, add ipv6 option

This commit is contained in:
Mike Ellery
2018-06-26 14:15:13 -07:00
committed by Nik Bougalis
parent 49bcdda418
commit 63370b4441
4 changed files with 17 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ matrix:
include:
- compiler: gcc
env: GCC_VER=5 TARGET=debug APP_ARGS="--unittest-ipv4"
env: GCC_VER=5 TARGET=debug
# - compiler: gcc
# env: GCC_VER=5 TARGET=debug.nounity
@@ -45,7 +45,7 @@ matrix:
# env: GCC_VER=5 TARGET=coverage PATH=$PWD/cmake/bin:$PATH
- compiler: clang
env: GCC_VER=5 TARGET=debug APP_ARGS="--unittest-ipv4"
env: GCC_VER=5 TARGET=debug
# - compiler: clang
# env: GCC_VER=5 TARGET=debug.nounity