aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/setup.py
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-10-30 13:34:12 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-10-30 13:34:12 +0100
commit480d7883b52b8ac9f63c933145a146697137f0e5 (patch)
tree3506751d6816ffea8a36fcf71b10c79d09d62052 /tools/python/setup.py
parentaf374bc7d282588b703e12bf2c8cd1b312d2cf70 (diff)
downloadxen-480d7883b52b8ac9f63c933145a146697137f0e5.tar.gz
xen-480d7883b52b8ac9f63c933145a146697137f0e5.tar.bz2
xen-480d7883b52b8ac9f63c933145a146697137f0e5.zip
Added xen.xm.tests package to build.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/python/setup.py')
-rw-r--r--tools/python/setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/python/setup.py b/tools/python/setup.py
index 71b8d28819..3a9c5d013e 100644
--- a/tools/python/setup.py
+++ b/tools/python/setup.py
@@ -44,7 +44,8 @@ setup(name = 'xen',
'xen.web',
'xen.sv',
- 'xen.xend.tests'
+ 'xen.xend.tests',
+ 'xen.xm.tests'
],
ext_package = "xen.lowlevel",
ext_modules = [ xc, xs ]