summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-18 03:59:36 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-18 03:59:36 +0000
commit1c2f452eb2fea2f0188f122c8e22bc575507ac27 (patch)
tree673a5b3db40cb46d53232c6f53d302dd74a5f7a7 /tests
parent1e0b3199a46962a5c5f8044cb55c9409b6d2fda8 (diff)
Automated test (re #1111): added iPhone test scenario XML file
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3280 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests')
-rw-r--r--tests/automated/iphone.xml.template23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/automated/iphone.xml.template b/tests/automated/iphone.xml.template
new file mode 100644
index 00000000..b4b0c9d8
--- /dev/null
+++ b/tests/automated/iphone.xml.template
@@ -0,0 +1,23 @@
+<?xml version="1.0" ?>
+<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)">
+
+ <Submit group="Experimental" build="iPhoneOS-default">
+ <Update />
+ <FileWrite file="user.mak">
+ <![CDATA[
+# Written by ccdash
+export CFLAGS += -Wno-unused-label -g
+]]>
+ </FileWrite>
+ <FileWrite file="pjlib/include/pj/config_site.h">
+ <![CDATA[
+/* Written by ccdash */
+#define PJ_CONFIG_IPHONE 1
+#include <pj/config_site_sample.h>
+]]>
+ </FileWrite>
+ <Configure cmd="./configure-iphone" />
+ <Build cmd="make distclean &amp;&amp; make dep &amp;&amp; make clean &amp;&amp; make" />
+ </Submit>
+
+</Scenario>