Files
kotlin-fork/bin/run-test
T
2012-05-12 18:18:19 +04:00

8 lines
214 B
Bash
Executable File

#!/bin/sh -e
cd $(dirname $0)/..
exec java -classpath 'dist/classes/tests:compiler/frontend/src:dist/classes/runtime:dist/classes/compiler:lib/*:ideaSDL/core/*:ideaSDK/lib/*' "$@"
# vim: set ts=4 sw=4 et ft=sh: