common/hlm.bat
author arnaudl@UK-ARNAUDL
Fri, 14 Aug 2009 09:44:15 +0100
changeset 316 11662e122465
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Add my computer following ATS installation instructions found at: https://sites.google.com/a/symbian.org/build_and_test/Home/ats-automated-test-system/ats-howtos,

@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