summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-02-23 10:31:23 +0000
committerDaniel Veillard <veillard@redhat.com>2006-02-23 10:31:23 +0000
commit9000be07f8575994c143c6d19e7c4de395588582 (patch)
tree29c33ee90e995159b0bd4c2cc08c32a752da3ffb /tests
parent2b3e407c5a815f373d89c940d0c3a57eb9c7e5ff (diff)
downloadlibvirt-python-split-9000be07f8575994c143c6d19e7c4de395588582.tar.gz
libvirt-python-split-9000be07f8575994c143c6d19e7c4de395588582.tar.xz
libvirt-python-split-9000be07f8575994c143c6d19e7c4de395588582.zip
* python/tests/Makefile.am: added the create.py in the regression tests
Daniel
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6b22d77..8ab52de 100644
--- a/tests/Makefile.am
+++ b/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)