summaryrefslogtreecommitdiff
path: root/tests/automated/prepare.xml.template
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-27 13:27:55 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-27 13:27:55 +0000
commit27fb3d3cd5103ea814d6c62f802aef9f1292ddc6 (patch)
treeba268522b80de4bff08573116d6c0c4e1afc5bff /tests/automated/prepare.xml.template
parenta5c285d7fd046c862ef2ba11cd8bef71786db939 (diff)
More on automated tests (re ticket:1111): work on Visual Studio target, and added ability to disable tests in configure.py
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3300 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/automated/prepare.xml.template')
-rw-r--r--tests/automated/prepare.xml.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/automated/prepare.xml.template b/tests/automated/prepare.xml.template
index c1f650b9..cadfb342 100644
--- a/tests/automated/prepare.xml.template
+++ b/tests/automated/prepare.xml.template
@@ -27,6 +27,14 @@
-->
<Test name="Configuring iPhone scenario" cmd="python configure.py -t gnu -o iphone.xml iphone.xml.template" />
+ <!-- MSVC target.
+ Requirements:
+ - Build from VS successfully
+ - VS paths are set
+
+ -->
+ <Test name="Configuring Visual Studio for Win32" cmd="python configure.py -t vs -vstarget Release -o msvc-win32.xml -nopjsuatest msvc.xml.template" />
+
<!-- Symbian target.
Requirement:
- EPOCROOT (modify below)