re #1111 (more on automated tests): added prepare.xml scenario to rebuild the test scripts before performing the tests to make sure that they are up to date

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3293 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2010-08-25 02:43:56 +00:00
parent 5e1579684b
commit e00f82225c
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
<?xml version="1.0" ?>
<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)/tests/automated">
<Submit group="Experimental" build="Test-Preparation">
<Configure cmd="echo Success" />
<Build cmd="echo Success" />
<!-- GNU Makefile based scenario
Requirement:
- none
<Test name="Configuring GNU scenario" cmd="python configure.py -t gnu -o gnu.xml gnu.xml.template" />
-->
<!-- GNU Makefile with Intel IPP scenario.
Requirements:
- IPPROOT
- IPPSAMPLES
- IPPARCH (optional)
-->
<Test name="Configuring GNU IPP scenario" cmd="python configure.py -t gnu -o gnu-ipp.xml gnu-ipp.xml.template" />
<!-- iPhone target.
Requriement(s):
- valid SDK is installed
-->
<Test name="Configuring iPhone scenario" cmd="python configure.py -t gnu -o iphone.xml iphone.xml.template" />
<!-- Symbian target.
Requirement:
- EPOCROOT
<Test name="Configuring Symbian scenario" cmd="python configure.py -t s60 -o symbian.xml symbian.xml.template" />
-->
</Submit>
</Scenario>