summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-25 02:43:56 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-25 02:43:56 +0000
commit0c68fa431b5c0c3a3e246604d6fc64c705766832 (patch)
tree35b4750c64105e36e94019c5b14029e096a73bfb /tests
parent5d4c8098b1eab32df4f5e0fcdc6b539e79419987 (diff)
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: http://svn.pjsip.org/repos/pjproject/trunk@3293 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests')
-rw-r--r--tests/automated/prepare.xml.template40
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/automated/prepare.xml.template b/tests/automated/prepare.xml.template
new file mode 100644
index 00000000..b5a6d869
--- /dev/null
+++ b/tests/automated/prepare.xml.template
@@ -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>