common/hlm.bat
author Brendan Donegan <brendand@symbian.org>
Wed, 01 Sep 2010 14:00:09 +0100
changeset 1237 693573a22808
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Run Speed Dial tests with engineini option

@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