summaryrefslogtreecommitdiff
path: root/tests/automated
diff options
context:
space:
mode:
Diffstat (limited to 'tests/automated')
-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)" />