summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>