1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

* python/tests/Makefile.am: added the create.py in the regression tests

Daniel
This commit is contained in:
Daniel Veillard 2006-02-23 10:31:23 +00:00
parent 6536c00f25
commit 6ce04643d0
2 changed files with 6 additions and 1 deletions

View File

@ -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]

View File

@ -1,7 +1,8 @@
EXAMPLE_DIR = $(datadir)/doc/libvirt-python-$(LIBVIRT_VERSION)/examples
PYTESTS= \
basic.py
basic.py \
create.py
EXTRA_DIST = $(PYTESTS)