Changes between Version 1 and Version 2 of AutomatedTesting


Ignore:
Timestamp:
Aug 12, 2010 12:48:42 PM (14 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AutomatedTesting

    v1 v2  
    55}}} 
    66 
    7 = Configuring Automated Testing = 
     7= Automated Testing = 
    88 
    99'''Table of Contents''' 
     
    1616== Introduction == 
    1717 
    18 The automated testing script/scenario updates, configures, builds, and performs various unit tests, and submit the result to [http://www.cdash.org CDash] test dashboard. The scenario uses [http://trac2.pjsip.org/ccdash CCDash] framework to automate the tasks, and supports Windows/Visual Studio build system, GNU Makefile based build system (for Linux, Mac OS X, and possibly iPhone), as well as Symbian targets. 
     18The automated testing script/scenario updates, configures, builds, and performs various unit tests, and submit the result to [http://www.cdash.org CDash] test dashboard. The scenario uses [http://trac2.pjsip.org/ccdash CCDash] framework to automate the tasks, and supports !Windows/Visual Studio build system, GNU Makefile based build system (for Linux, Mac OS X, and possibly iPhone), as well as Symbian targets. 
     19 
     20Supported operations: 
     21 - SVN update 
     22 - configure 
     23 - build 
     24 - running unit tests 
     25 - upload the result to CDash 
     26 
     27Supported targets: 
     28 - GNU/Makefile based (Linux, Mac OS X, iPhone, etc.) 
     29 - Windows or Visual Studio including Windows Mobile 
     30 - Symbian S60 
    1931 
    2032== Installation == 
    2133 
     34 1. Create a CDash project, either by registering your project [http://www.cdash.org/CDash/ here] or by installing CDash locally. 
    2235 1. Checkout PJSIP source code from SVN 
    2336 1. Download and install [http://trac2.pjsip.org/ccdash CCDash] (click the link for the info)