updated options in testing.conf

This commit is contained in:
Andreas Steffen
2010-05-02 11:47:24 +02:00
parent 34f92dcfba
commit 4c9b5e742a
2 changed files with 11 additions and 5 deletions
+7 -2
View File
@@ -206,9 +206,9 @@ then
echo -n " --enable-leak-detective" >> $INSTALLSHELL
fi
if [ "$USE_LOAD_TESTS" = "yes" ]
if [ "$USE_LOAD_TESTER" = "yes" ]
then
echo -n " --enable-load-tests" >> $INSTALLSHELL
echo -n " --enable-load-tester" >> $INSTALLSHELL
fi
if [ "$USE_TEST_VECTORS" = "yes" ]
@@ -226,6 +226,11 @@ then
echo -n " --enable-socket-default" >> $INSTALLSHELL
fi
if [ "$USE_SOCKET_DYNAMIC" = "yes" ]
then
echo -n " --enable-socket-dynamic" >> $INSTALLSHELL
fi
if [ "$USE_DHCP" = "yes" ]
then
echo -n " --enable-dhcp" >> $INSTALLSHELL