Difference between revisions of "Continuous Integration Tests"

From MythTV Official Wiki
Jump to: navigation, search
(Created page with ' The following are a list of proposed tests and scripts to be run as part of the planned continuous integration suite. ==Build== Buildbot ==Static Analysis & Validation== [ht…')
 
(bullets)
Line 1: Line 1:
 
 
The following are a list of proposed tests and scripts to be run as part of the planned continuous integration suite.
 
The following are a list of proposed tests and scripts to be run as part of the planned continuous integration suite.
  
 
==Build==
 
==Build==
  
Buildbot
+
* Buildbot
  
 
==Static Analysis & Validation==
 
==Static Analysis & Validation==
  
[https://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page cppcheck] - C/C++ Code analysis
+
* [https://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page cppcheck] - C/C++ Code analysis
xmllint - XML validation, will validate against a DTD,XSD or just XML spec (themes, configs)
+
* xmllint - XML validation, will validate against a DTD,XSD or just XML spec (themes, configs)

Revision as of 20:49, 23 June 2010

The following are a list of proposed tests and scripts to be run as part of the planned continuous integration suite.

Build

  • Buildbot

Static Analysis & Validation

  • cppcheck - C/C++ Code analysis
  • xmllint - XML validation, will validate against a DTD,XSD or just XML spec (themes, configs)