common/hlm.bat
author MattD <mattd@symbian.org>
Fri, 14 Aug 2009 14:02:48 +0100
changeset 354 bf2e2e1cb5ad
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Smoketest change - Added 'sf-find-ATS-worker-root' to build.xml so that the smoketest goes where the worker is expecting it on a individual basis, rather than it being hardcoded to D:\ATS\...

@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