common/hlm.bat
author royt <tathagatar@symbian.org>
Fri, 28 Aug 2009 10:25:09 +0100
changeset 381 ad45f298ad85
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Test targets seperated from "build.postbuild.xml" and put into "build.test.xml"

@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