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