common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Fri, 11 Jun 2010 09:20:11 +0100
changeset 1085 461755d25d57
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Modified ats_specialise_test_drop to handle ats4 test plans

@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