summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-17 12:31:56 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-17 12:31:56 +0000
commit1a030c789cc9d30b7759a46c173242a8b829f77f (patch)
tree94e69cc4724694d95a8224114ad9298ac0d5b6d4
parente3506ab7be7a44759350589b6f95d1574155d36b (diff)
Automated test (re #1111): small fix for make file based test scenarios
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3276 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--tests/automated/gnu-ipp.xml.template2
-rw-r--r--tests/automated/gnu.xml.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/automated/gnu-ipp.xml.template b/tests/automated/gnu-ipp.xml.template
index 1bd121f7..96078c89 100644
--- a/tests/automated/gnu-ipp.xml.template
+++ b/tests/automated/gnu-ipp.xml.template
@@ -17,7 +17,7 @@ export CFLAGS += -Wno-unused-label -g
]]>
</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" />
+ <Build cmd="make dep &amp;&amp; make clean &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)" />
diff --git a/tests/automated/gnu.xml.template b/tests/automated/gnu.xml.template
index f5dc553f..e488cc85 100644
--- a/tests/automated/gnu.xml.template
+++ b/tests/automated/gnu.xml.template
@@ -17,7 +17,7 @@ export CFLAGS += -Wno-unused-label -g
]]>
</FileWrite>
<Configure cmd="./aconfigure" />
- <Build cmd="make dep &amp;&amp; make distclean &amp;&amp; make" />
+ <Build cmd="make dep &amp;&amp; make clean &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)" />