#!/bin/sh

if [ "${OTEST_TEST_CLASS}" = "" ]; then
    OTEST_TEST_CLASS="AllTests"
fi

${DEVELOPER_DIR}/Tools/otest -SenTest ${OTEST_TEST_CLASS} $*
