diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-02-23 10:31:23 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-02-23 10:31:23 +0000 |
commit | 9000be07f8575994c143c6d19e7c4de395588582 (patch) | |
tree | 29c33ee90e995159b0bd4c2cc08c32a752da3ffb | |
parent | 2b3e407c5a815f373d89c940d0c3a57eb9c7e5ff (diff) | |
download | libvirt-python-v6-9000be07f8575994c143c6d19e7c4de395588582.tar.gz libvirt-python-v6-9000be07f8575994c143c6d19e7c4de395588582.tar.xz libvirt-python-v6-9000be07f8575994c143c6d19e7c4de395588582.zip |
* python/tests/Makefile.am: added the create.py in the regression tests
Daniel
-rw-r--r-- | tests/Makefile.am | 3 |
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) |