view bin/test.bat @ 18:a9ada67f1799

moved LogConsole to .jpf.tool package
author Peter Mehlitz <pcmehlitz@gmail.com>
date Tue, 31 Mar 2015 15:37:44 -0700
parents 61d41facf527
children
line wrap: on
line source

REM
REM overly simplified batch file to start JPF tests from a command prompt
REM

@echo off

REM Set the JPF_HOME directory
set JPF_HOME=%~dp0..

set JVM_FLAGS=-Xmx1024m -ea

java %JVM_FLAGS% -jar "%JPF_HOME%\build\RunTest.jar" %*