summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2015-08-10 03:47:45 +0000
committerNanang Izzuddin <nanang@teluu.com>2015-08-10 03:47:45 +0000
commitfb7f771decf21ed1338f2409dc67f4f181f92291 (patch)
treed3719b15dad819699ea632f3640788ec2c985a4c /tests
parent8b8bd866552862a0cf130ea568e679bbbeed3937 (diff)
Re #1842: Updated automated test scenarios to invoke 'make distclean' first.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5156 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests')
-rw-r--r--tests/automated/gnu-ipp.xml.template2
-rw-r--r--tests/automated/gnu.xml.template2
-rw-r--r--tests/automated/iphone.xml.template6
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/automated/gnu-ipp.xml.template b/tests/automated/gnu-ipp.xml.template
index f6daf517..ee0da527 100644
--- a/tests/automated/gnu-ipp.xml.template
+++ b/tests/automated/gnu-ipp.xml.template
@@ -16,7 +16,7 @@ export CFLAGS += -Wno-unused-label -g
#define PJMEDIA_HAS_INTEL_IPP 1
]]>
</FileWrite>
- <Configure cmd='./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH)' />
+ <Configure cmd='make distclean &amp;&amp; ./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH)' />
<Build cmd="make dep &amp;&amp; make clean &amp;&amp; make" />
<Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" disabled=$(NOTEST) />
<Test name="pjlib-util-test" wdir="pjlib-util/bin" cmd="./pjlib-util-test-$(SUFFIX)" disabled=$(NOTEST) />
diff --git a/tests/automated/gnu.xml.template b/tests/automated/gnu.xml.template
index d453f44b..47e687ca 100644
--- a/tests/automated/gnu.xml.template
+++ b/tests/automated/gnu.xml.template
@@ -16,7 +16,7 @@ export CFLAGS += -Wno-unused-label -g
#define PJMEDIA_HAS_G7221_CODEC 1
]]>
</FileWrite>
- <Configure cmd="./aconfigure" />
+ <Configure cmd="make distclean &amp;&amp; ./aconfigure" />
<Build cmd="make dep &amp;&amp; make clean &amp;&amp; make" />
<Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" disabled=$(NOTEST) />
<Test name="pjlib-util-test" wdir="pjlib-util/bin" cmd="./pjlib-util-test-$(SUFFIX)" disabled=$(NOTEST) />
diff --git a/tests/automated/iphone.xml.template b/tests/automated/iphone.xml.template
index b4b0c9d8..5631c255 100644
--- a/tests/automated/iphone.xml.template
+++ b/tests/automated/iphone.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="iPhoneOS-default">
+ <Submit group="Experimental" build="iOS-default">
<Update />
<FileWrite file="user.mak">
<![CDATA[
@@ -16,8 +16,8 @@ export CFLAGS += -Wno-unused-label -g
#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" />
+ <Configure cmd="make distclean &amp;&amp; ./configure-iphone" />
+ <Build cmd="make dep &amp;&amp; make clean &amp;&amp; make" />
</Submit>
</Scenario>