common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Tue, 18 May 2010 15:35:21 +0100
changeset 1039 8e2498eaef25
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added template for manual smoketest results

@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