common/hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Tue, 12 Jan 2010 11:46:00 +0000
changeset 844 385ad61f2ab3
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added tool for generating the top-level index for BC test reports

@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