From 506fb7d8868efb4eb24b003b42cce14f9a0b8847 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 29 Mar 2006 13:33:37 +0000 Subject: * python/libvir.c: fixed a bug in the new wrapper * python/tests/Makefile.am python/tests/node.py: added a new test for the new API * python/tests/create.py: remove a debug Daniel --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') 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) -- cgit