aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-09-17 15:39:29 +0200
committerMartin Willi <martin@revosec.ch>2012-09-18 17:17:49 +0200
commitf728ae590bef6eea630db0f8011ece6fc7961825 (patch)
treef3e34b17b9122ee0e8502dccaa7c847c4e703d8c /testing/scripts/build-umlrootfs
parentcc48f36084a94bc531c05958b5495d0cf1bbbb1d (diff)
downloadstrongswan-f728ae590bef6eea630db0f8011ece6fc7961825.tar.bz2
strongswan-f728ae590bef6eea630db0f8011ece6fc7961825.tar.xz
Build unity plugin in strongSwan test suite
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-xtesting/scripts/build-umlrootfs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index 60def11ef..92595222c 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