1
2Regression Test Environment for Xen
3-------------------------------------
4
5This is an initial regression tool environment for Xen.
6
7With the help of the Makefile, it is possible to compile a couple of
8different python versions and check all .py files against all verions
9for syntax errors.  Note that due to the dynmic of python not all
10syntax errors might be detected.
11
12Currently the following versions of python are supported:
132.3.7 2.4.6 2.5.4 2.6.2 3.1
14
15
16Usage
17-----
18
19To download all supported versions of python, compile them, install
20them and run a basic syntax check, run
21
22$ make
23
24(The download and compilation of python is only done if not already
25available.)
26
27To delete all automatically build files:
28
29$ make dist-clean
30
31
32
33Runing unittests with a specific version
34----------------------------------------
35
36This does not work at the moment, because a lot of additional python
37packages are needed for this (which are currently not automatically
38build).
39
40