From 9000be07f8575994c143c6d19e7c4de395588582 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 23 Feb 2006 10:31:23 +0000 Subject: * python/tests/Makefile.am: added the create.py in the regression tests Daniel --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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) -- cgit