blob: cadfb342e8f1a502b62a51872c0da658368791c1 [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">
Benny Prijonoc7d28602010-08-25 03:53:52 +00005 <Configure cmd="$(NOP)" />
6 <Build cmd="$(NOP)" />
Benny Prijonoe00f8222010-08-25 02:43:56 +00007
8 <!-- GNU Makefile based scenario
9 Requirement:
10 - none
Benny Prijonoe00f8222010-08-25 02:43:56 +000011 -->
Benny Prijonoc7d28602010-08-25 03:53:52 +000012 <Test name="Configuring GNU scenario" cmd="python configure.py -t gnu -o gnu.xml gnu.xml.template" />
Benny Prijonoe00f8222010-08-25 02:43:56 +000013
14 <!-- GNU Makefile with Intel IPP scenario.
15 Requirements:
16 - IPPROOT
17 - IPPSAMPLES
18 - IPPARCH (optional)
19
20 -->
21 <Test name="Configuring GNU IPP scenario" cmd="python configure.py -t gnu -o gnu-ipp.xml gnu-ipp.xml.template" />
22
23 <!-- iPhone target.
24 Requriement(s):
25 - valid SDK is installed
26
27 -->
28 <Test name="Configuring iPhone scenario" cmd="python configure.py -t gnu -o iphone.xml iphone.xml.template" />
29
Benny Prijono1f3c1b02010-08-27 13:27:55 +000030 <!-- MSVC target.
31 Requirements:
32 - Build from VS successfully
33 - VS paths are set
34
35 -->
36 <Test name="Configuring Visual Studio for Win32" cmd="python configure.py -t vs -vstarget Release -o msvc-win32.xml -nopjsuatest msvc.xml.template" />
37
Benny Prijonoe00f8222010-08-25 02:43:56 +000038 <!-- Symbian target.
39 Requirement:
Benny Prijonoc7d28602010-08-25 03:53:52 +000040 - EPOCROOT (modify below)
41 -->
42 <Test name="Configuring Symbian scenario" cmd='CMD /C SET EPOCROOT=\S60\devices\S60_5th_Edition_SDK_v1.0&amp;&amp; devices -setdefault @S60_5th_Edition_SDK_v1.0:com.nokia.s60&amp;&amp; python configure.py -t s60 -s60target &quot;gcce urel&quot; -o symbian.xml symbian.xml.template' />
Benny Prijonoe00f8222010-08-25 02:43:56 +000043
44 </Submit>
45
46</Scenario>