]> xenbits.xensource.com Git - libvirt.git/commitdiff
* python/tests/Makefile.am: added the create.py in the regression tests
authorDaniel Veillard <veillard@redhat.com>
Thu, 23 Feb 2006 10:31:23 +0000 (10:31 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 23 Feb 2006 10:31:23 +0000 (10:31 +0000)
Daniel

ChangeLog
python/tests/Makefile.am

index 5df0db7898b73b603a2978c28adc3cef191f269a..865d738f6c1d0dde947678c47a71195acee5bae9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 23 05:31:46 EST 2006 Daniel Veillard <veillard@redhat.com>
+
+       * python/tests/Makefile.am: added the create.py in the regression tests
+
 Thu Feb 23 05:13:03 EST 2006 Daniel Veillard <veillard@redhat.com>
 
        * include/libvirt.h[.in] src/libvirt.c src/xend_internal.[ch]
index 6b22d7781c44b882f9d2906c1aceef941cf54dff..8ab52ded901540e14e540416ea1638dd2aa195da 100644 (file)
@@ -1,7 +1,8 @@
 EXAMPLE_DIR = $(datadir)/doc/libvirt-python-$(LIBVIRT_VERSION)/examples
 
 PYTESTS=               \
-       basic.py
+       basic.py        \
+       create.py
 
 EXTRA_DIST = $(PYTESTS)