summaryrefslogtreecommitdiff
path: root/tests/automated/gnu-ipp.xml.template
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-04-20 10:05:09 +0000
committerBenny Prijono <bennylp@teluu.com>2010-04-20 10:05:09 +0000
commitae2ca64fc09a15a01995613d032480e92a94cada (patch)
treeacb637033074fabc378e4d3669fbcade0d844885 /tests/automated/gnu-ipp.xml.template
parentb2428c8bed5f9459682199bdacc3c2d7ab549cb3 (diff)
More ticket #1041 (unit test framework):
- added support for Intel IPP build configuration and testing git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3143 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/automated/gnu-ipp.xml.template')
-rw-r--r--tests/automated/gnu-ipp.xml.template27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/automated/gnu-ipp.xml.template b/tests/automated/gnu-ipp.xml.template
new file mode 100644
index 00000000..f5e367f4
--- /dev/null
+++ b/tests/automated/gnu-ipp.xml.template
@@ -0,0 +1,27 @@
+<?xml version="1.0" ?>
+<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)">
+ <Submit group="Experimental" build="$(SUFFIX)-$(GCC)-IPP" disabled="$(DISABLED)" >
+ <Update />
+ <FileWrite file="user.mak">
+ <![CDATA[
+# Written by ccdash
+]]>
+ </FileWrite>
+ <FileWrite file="pjlib/include/pj/config_site.h">
+ <![CDATA[
+/* Written by ccdash */
+#define PJ_HAS_IPV6 1
+#define PJMEDIA_HAS_G7221_CODEC 0
+#define PJMEDIA_HAS_INTEL_IPP 1
+]]>
+ </FileWrite>
+ <Configure cmd='./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH)' />
+ <Build cmd="make dep &amp;&amp; make distclean &amp;&amp; make" />
+ <Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" />
+ <Test name="pjlib-util-test" wdir="pjlib-util/bin" cmd="./pjlib-util-test-$(SUFFIX)" />
+ <Test name="pjnath-test" wdir="pjnath/bin" cmd="./pjnath-test-$(SUFFIX)" />
+ <Test name="pjmedia-test" wdir="pjmedia/bin" cmd="./pjmedia-test-$(SUFFIX)" />
+ <Test name="pjsip-test" wdir="pjsip/bin" cmd="./pjsip-test-$(SUFFIX)" />
+ $(PJSUA-TESTS)
+ </Submit>
+</Scenario>