Ignore:
Timestamp:
Aug 27, 2010 1:27:55 PM (14 years ago)
Author:
bennylp
Message:

More on automated tests (re ticket:1111): work on Visual Studio target, and added ability to disable tests in configure.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/automated/prepare.xml.template

    r3294 r3300  
    2828                <Test name="Configuring iPhone scenario" cmd="python configure.py -t gnu -o iphone.xml iphone.xml.template" /> 
    2929 
     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 
    3038                <!-- Symbian target. 
    3139                     Requirement: 
Note: See TracChangeset for help on using the changeset viewer.