fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcap/+/32127 )
Change subject: contrib/jenkins.sh: build with --enable-external-tests ......................................................................
contrib/jenkins.sh: build with --enable-external-tests
We already have this flag in file contrib/travis.sh, but on Jenkins we're actually executing contrib/jenkins.sh, not the former one.
Change-Id: Ic9d37b231510e592198a9de707dfe8f5f2703dce --- M contrib/jenkins.sh 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/27/32127/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 683fb9d..2e0634e 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -44,12 +44,13 @@ autoreconf --install --force PCAP_LIBS="-lpcap" PCAP_CFLAGS="" ./configure \ --with-pcap-config=/bin/true \ + --enable-external-tests \ --enable-sanitize \ --enable-werror \ $CONFIG $MAKE $PARALLEL_MAKE $MAKE check || cat-testlogs.sh -DISTCHECK_CONFIGURE_FLAGS="--with-pcap-config=/bin/true $CONFIG" \ +DISTCHECK_CONFIGURE_FLAGS="--with-pcap-config=/bin/true --enable-external-tests $CONFIG" \ PCAP_LIBS="-lpcap" PCAP_CFLAGS="" \ $MAKE distcheck || cat-testlogs.sh