summaryrefslogtreecommitdiff
path: root/tests/automated/gnu.xml.template
diff options
context:
space:
mode:
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>