summaryrefslogtreecommitdiff
path: root/tests/automated/gnu.xml.template
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-03-23 14:03:30 +0000
committerBenny Prijono <bennylp@teluu.com>2010-03-23 14:03:30 +0000
commit21922560c1fb20d2b851acce5d5d67e7d3b8899c (patch)
treefe7a4dd5eedbee5abb0eeef99c7189f5d5ee2dad /tests/automated/gnu.xml.template
parent8e703ff217b32a9cc4d29393769ac85688900fbf (diff)
Ticket #1041:
- initial work for GNU targets git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3120 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/automated/gnu.xml.template')
-rw-r--r--tests/automated/gnu.xml.template28
1 files changed, 28 insertions, 0 deletions
diff --git a/tests/automated/gnu.xml.template b/tests/automated/gnu.xml.template
new file mode 100644
index 00000000..6e304b3a
--- /dev/null
+++ b/tests/automated/gnu.xml.template
@@ -0,0 +1,28 @@
+<?xml version="1.0" ?>
+<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)">
+
+ <Submit group="Experimental" build="$(SUFFIX)-$(GCC)-default" disabled="$(DISABLED)" >
+ <Update />
+ <Write file="user.mak">
+ <![CDATA[
+# Written by ccdash
+]]>
+ </Write>
+ <Write file="pjlib/include/pj/config_site.h">
+ <![CDATA[
+/* Written by ccdash */
+#define PJ_HAS_IPV6 1
+#define PJMEDIA_HAS_G7221_CODEC 1
+]]>
+ </Write>
+ <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)" />
+ <Test name="pjlib-util-test" info="" wdir="pjlib-util/bin" cmd="./pjlib-util-test-$(SUFFIX)" />
+ <Test name="pjnath-test" info="" wdir="pjnath/bin" cmd="./pjnath-test-$(SUFFIX)" />
+ <Test name="pjmedia-test" info="" wdir="pjmedia/bin" cmd="./pjmedia-test-$(SUFFIX)" />
+ <Test name="pjsip-test" info="" wdir="pjsip/bin" cmd="./pjsip-test-$(SUFFIX)" />
+ $(PJSUA-TESTS)
+ </Submit>
+
+</Scenario>