blob: 44c275b2c1b8db45255ba1b6fcd91326e77cc7b4 [file] [log] [blame]
#!/bin/sh
APPDIR=`dirname $0`;
java @vmargs -Dgwt.args="-out www-test" -Xmx256M -cp "$APPDIR/src:$APPDIR/test:$APPDIR/bin:@junitPath:@gwtUserPath:@gwtDevPath@extraClassPathsColon" junit.textui.TestRunner @clientPackage.@className "$@";