summaryrefslogtreecommitdiff
path: root/tests/automated/gnu-ipp.xml.template
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/automated/gnu-ipp.xml.template
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/automated/gnu-ipp.xml.template')
-rw-r--r--tests/automated/gnu-ipp.xml.template2
1 files changed, 1 insertions, 1 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) />