summaryrefslogtreecommitdiff
path: root/tests/automated/prepare.xml.template
blob: b5a6d869732116fabb56c2fefe14cee6632d385f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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>