summaryrefslogtreecommitdiff
path: root/tests/automated/gnu.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.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.xml.template')
-rw-r--r--tests/automated/gnu.xml.template13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/automated/gnu.xml.template b/tests/automated/gnu.xml.template
index 888f5691..687c87b9 100644
--- a/tests/automated/gnu.xml.template
+++ b/tests/automated/gnu.xml.template
@@ -1,7 +1,7 @@
<?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)" >
+ <Submit group="Experimental" build="$(SUFFIX)-$(GCC)-IPP" disabled="$(DISABLED)" >
<Update />
<FileWrite file="user.mak">
<![CDATA[
@@ -13,15 +13,16 @@
/* Written by ccdash */
#define PJ_HAS_IPV6 1
#define PJMEDIA_HAS_G7221_CODEC 1
+#define PJMEDIA_HAS_INTEL_IPP 1
]]>
</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)" />
- <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)" />
+ <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>