From e201fb5ce518f463660142fbe3091541c205ad77 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Mon, 19 Mar 2012 14:57:07 +0400 Subject: [PATCH] compileTests in build.xml and command-line script to execute test --- bin/run-test | 7 +++++++ build.xml | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100755 bin/run-test diff --git a/bin/run-test b/bin/run-test new file mode 100755 index 00000000000..397695f314a --- /dev/null +++ b/bin/run-test @@ -0,0 +1,7 @@ +#!/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: diff --git a/build.xml b/build.xml index 890a9ac740c..ea1306e00b4 100644 --- a/build.xml +++ b/build.xml @@ -134,6 +134,17 @@ + + + + + + + + + + +