From: Daniel Veillard Date: Thu, 23 Feb 2006 10:31:23 +0000 (+0000) Subject: * python/tests/Makefile.am: added the create.py in the regression tests X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6ce04643d09af0b6e84d7bd4b1a03d9618ce0447;p=libvirt.git * python/tests/Makefile.am: added the create.py in the regression tests Daniel --- diff --git a/ChangeLog b/ChangeLog index 5df0db7898..865d738f6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 23 05:31:46 EST 2006 Daniel Veillard + + * python/tests/Makefile.am: added the create.py in the regression tests + Thu Feb 23 05:13:03 EST 2006 Daniel Veillard * include/libvirt.h[.in] src/libvirt.c src/xend_internal.[ch] diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am index 6b22d7781c..8ab52ded90 100644 --- a/python/tests/Makefile.am +++ b/python/tests/Makefile.am @@ -1,7 +1,8 @@ EXAMPLE_DIR = $(datadir)/doc/libvirt-python-$(LIBVIRT_VERSION)/examples PYTESTS= \ - basic.py + basic.py \ + create.py EXTRA_DIST = $(PYTESTS)