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