blob: b5a6d869732116fabb56c2fefe14cee6632d385f [file] [log] [blame]
Benny Prijonoe00f8222010-08-25 02:43:56 +00001<?xml version="1.0" ?>
2<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)/tests/automated">
3
4 <Submit group="Experimental" build="Test-Preparation">
5 <Configure cmd="echo Success" />
6 <Build cmd="echo Success" />
7
8 <!-- GNU Makefile based scenario
9 Requirement:
10 - none
11
12 <Test name="Configuring GNU scenario" cmd="python configure.py -t gnu -o gnu.xml gnu.xml.template" />
13 -->
14
15 <!-- GNU Makefile with Intel IPP scenario.
16 Requirements:
17 - IPPROOT
18 - IPPSAMPLES
19 - IPPARCH (optional)
20
21 -->
22 <Test name="Configuring GNU IPP scenario" cmd="python configure.py -t gnu -o gnu-ipp.xml gnu-ipp.xml.template" />
23
24 <!-- iPhone target.
25 Requriement(s):
26 - valid SDK is installed
27
28 -->
29 <Test name="Configuring iPhone scenario" cmd="python configure.py -t gnu -o iphone.xml iphone.xml.template" />
30
31 <!-- Symbian target.
32 Requirement:
33 - EPOCROOT
34
35 <Test name="Configuring Symbian scenario" cmd="python configure.py -t s60 -o symbian.xml symbian.xml.template" />
36 -->
37
38 </Submit>
39
40</Scenario>