common/hlm.bat
author MattD <mattd@symbian.org>
Fri, 14 Aug 2009 13:57:01 +0100
changeset 353 43774ee61a20
parent 6 8bbcf7b2218d
permissions -rw-r--r--
ATS testing on emulator - Renamed properties for lon-engbuild87, lon-engbuild89, and sym-build02 so they are the same as the machine name. Modified the TEMPDIR for c100726 so that it runs smoketests

@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