blob: cadfb342e8f1a502b62a51872c0da658368791c1 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001<?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="$(NOP)" />
6 <Build cmd="$(NOP)" />
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 <!-- 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
30 <!-- 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
38 <!-- Symbian target.
39 Requirement:
40 - 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' />
43
44 </Submit>
45
46</Scenario>