X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fdeluge%2FBlink%2Fburn-net;h=544c06ab544be7e8d196f9a4ed21b5fc59e2e73c;hb=db13b62871b68db5362208d4e06cc6d44e9502a0;hp=152e01fb6fed045b852681a392f59c36a598a1f9;hpb=cbd201afa776ae72d677cdefe1158815efbb2e1a;p=tinyos-2.x.git diff --git a/apps/tests/deluge/Blink/burn-net b/apps/tests/deluge/Blink/burn-net index 152e01fb..544c06ab 100755 --- a/apps/tests/deluge/Blink/burn-net +++ b/apps/tests/deluge/Blink/burn-net @@ -15,7 +15,7 @@ fi if [ $# -ne 2 ]; then echo "Usage: $0 " - echo " micaz, telosb or iris" + echo " micaz, telosb or iris or mulle" echo " how many motes will be used in the test" exit 2 fi @@ -26,6 +26,8 @@ NO_MOTES=$2 if [ ${PLATFORM} != 'micaz' -a \ ${PLATFORM} != 'telosb' -a \ ${PLATFORM} != 'iris' \ + ${PLATFORM} != 'iris' -a \ + ${PLATFORM} != 'mulle' -a \ ${PLATFORM} != 'epic' ] then echo "\"${PLAFTORM}\" is not a supported platform"