diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-03-29 13:33:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-03-29 13:33:37 +0000 |
commit | 506fb7d8868efb4eb24b003b42cce14f9a0b8847 (patch) | |
tree | 4aabd4da6e9e3503943fca4386be4677031eddaa /tests/Makefile.am | |
parent | 300aa2d3f92c981cd8df9ccc0546b93251d796cf (diff) | |
download | libvirt-python-v6-506fb7d8868efb4eb24b003b42cce14f9a0b8847.tar.gz libvirt-python-v6-506fb7d8868efb4eb24b003b42cce14f9a0b8847.tar.xz libvirt-python-v6-506fb7d8868efb4eb24b003b42cce14f9a0b8847.zip |
* python/libvir.c: fixed a bug in the new wrapperv0.1.1v0.1.0LIBVIRT_0_1_1LIBVIRT_0_1_0
* python/tests/Makefile.am python/tests/node.py: added a new test for
the new API
* python/tests/create.py: remove a debug
Daniel
Diffstat (limited to 'tests/Makefile.am')
-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 5860190..dfa52e4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,7 +4,8 @@ PYTESTS= \ basic.py \ create.py \ uuid.py \ - error.py + error.py \ + node.py EXTRA_DIST = $(PYTESTS) |