Sign in
gwt
/
gwt.git
/
41918dc2fcb537ca050446747c9bb9fa73361b5e
/
.
/
user
/
src
/
com
/
google
/
gwt
/
junit
/
tools
/
junit-hostedsrc
blob: 786c811a15cf916de6da79734b5c0ab81950ab6a [
file
]
#!/bin/sh
APPDIR
=
`dirname $0`
;
java
@vmargs
-
Dgwt
.
args
=
"-out www-test"
-
cp
"$APPDIR/src:$APPDIR/test:$APPDIR/bin:@junitPath:@gwtUserPath:@gwtDevPath"
junit
.
textui
.
TestRunner
@clientPackage
.
@className
"$@"
;