common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Tue, 04 May 2010 08:41:59 +0100
changeset 1003 75c9a2f0ae9e
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Modified ats_specialise_test_drop to automatically set test-target param based on device alias

@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