From: Martin Willi Date: Mon, 17 Sep 2012 13:39:29 +0000 (+0200) Subject: Build unity plugin in strongSwan test suite X-Git-Tag: 5.0.1~82^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f728ae590bef6eea630db0f8011ece6fc7961825;p=thirdparty%2Fstrongswan.git Build unity plugin in strongSwan test suite --- diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 60def11efa..92595222c7 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -392,6 +392,11 @@ then echo -n " --enable-cisco-quirks" >> $INSTALLSHELL fi +if [ "$USE_UNITY" = "yes" ] +then + echo -n " --enable-unity" >> $INSTALLSHELL +fi + echo "" >> $INSTALLSHELL echo "make -j" >> $INSTALLSHELL echo "make install" >> $INSTALLSHELL diff --git a/testing/testing.conf b/testing/testing.conf index 0401cc8d72..d0c9188601 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -87,6 +87,7 @@ USE_XAUTH_EAP="yes" USE_PKCS8="yes" USE_IFMAP="no" USE_CISCO_QUIRKS="no" +USE_UNITY="yes" # Gentoo linux root filesystem ROOTFS=$UMLTESTDIR/gentoo-fs-20111212.tar.bz2