WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Added xen.xm.tests package to build.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID ab8768317e20c2bf3bc6fcfadda0edf6c44d72d8
# Parent  4722eae11abb5743e4b7c66f7fb8990f5ff4b43a
Added xen.xm.tests package to build.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 4722eae11abb -r ab8768317e20 tools/python/setup.py
--- a/tools/python/setup.py     Sun Oct 30 12:33:17 2005
+++ b/tools/python/setup.py     Sun Oct 30 12:34:12 2005
@@ -44,7 +44,8 @@
                          'xen.web',
                          'xen.sv',
 
-                         'xen.xend.tests'
+                         'xen.xend.tests',
+                         'xen.xm.tests'
                          ],
       ext_package = "xen.lowlevel",
       ext_modules = [ xc, xs ]

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Added xen.xm.tests package to build., Xen patchbot -unstable <=