summaryrefslogtreecommitdiff
path: root/tests/automated/symbian.xml.template
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-03-30 13:02:40 +0000
committerBenny Prijono <bennylp@teluu.com>2010-03-30 13:02:40 +0000
commitab7123a90d8016314506ed8e2cd5d08ec9a88c45 (patch)
tree5176624c2975f363b8fe65df5917919ddf1d5921 /tests/automated/symbian.xml.template
parentbfce50ca66e811fa21aec4385ce14ea46ce1f84e (diff)
More ticket #1041 (Unit test):
- Symbian testing (plain, APS/Direct, VAS/Direct) - some MMPs need to be modified to support automated configuration - renamed Write to FileWrite command in scenario files - support for Visual Studio 2010 detection in configure script git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3131 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/automated/symbian.xml.template')
-rw-r--r--tests/automated/symbian.xml.template7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/automated/symbian.xml.template b/tests/automated/symbian.xml.template
index 6cac8cee..4e87f18b 100644
--- a/tests/automated/symbian.xml.template
+++ b/tests/automated/symbian.xml.template
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)">
-
+ <!-- Symbian S60 default -->
<Submit group="Experimental" build="$(OS)-$(S60TARGETNAME)-default" >
<Update disabled="1" />
- <Write file="pjlib/include/pj/config_site.h">
+ <FileWrite file="pjlib/include/pj/config_site.h">
<![CDATA[
/* Written by ccdash */
#include <pj/config_site_sample.h>
@@ -12,10 +12,9 @@
#undef PJMEDIA_HAS_G7221_CODEC
#define PJMEDIA_HAS_G7221_CODEC 1
]]>
- </Write>
+ </FileWrite>
<Configure cmd="cmd /c echo success" />
<Build wdir="build.symbian" cmd='cmd /C &quot;bldmake bldfiles &amp;&amp; abld reallyclean $(S60TARGET) &amp;&amp; abld build $(S60TARGET)&quot;' />
</Submit>
-
</Scenario>