common/hlm.bat
author brendand
Mon, 02 Nov 2009 13:46:30 +0000
changeset 726 da6b4fd2d1ca
parent 6 8bbcf7b2218d
permissions -rw-r--r--
export to 'smoketest' instead of 'testframework'

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal