summaryrefslogtreecommitdiff
path: root/tests/automated/gnu.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/gnu.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/gnu.xml.template')
-rw-r--r--tests/automated/gnu.xml.template8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/automated/gnu.xml.template b/tests/automated/gnu.xml.template
index 6e304b3a..888f5691 100644
--- a/tests/automated/gnu.xml.template
+++ b/tests/automated/gnu.xml.template
@@ -3,18 +3,18 @@
<Submit group="Experimental" build="$(SUFFIX)-$(GCC)-default" disabled="$(DISABLED)" >
<Update />
- <Write file="user.mak">
+ <FileWrite file="user.mak">
<![CDATA[
# Written by ccdash
]]>
- </Write>
- <Write file="pjlib/include/pj/config_site.h">
+ </FileWrite>
+ <FileWrite file="pjlib/include/pj/config_site.h">
<![CDATA[
/* Written by ccdash */
#define PJ_HAS_IPV6 1
#define PJMEDIA_HAS_G7221_CODEC 1
]]>
- </Write>
+ </FileWrite>
<Configure cmd="./aconfigure" />
<Build cmd="make dep &amp;&amp; make distclean &amp;&amp; make" />
<Test name="pjlib-test" info="" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" />