1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-07-30 23:41:52 +03:00

* python/tests/Makefile.am: added the create.py in the regression tests

Daniel
This commit is contained in:
Daniel Veillard
2006-02-23 10:31:23 +00:00
parent 2b3e407c5a
commit 9000be07f8

View File

@ -1,7 +1,8 @@
EXAMPLE_DIR = $(datadir)/doc/libvirt-python-$(LIBVIRT_VERSION)/examples
PYTESTS= \
basic.py
basic.py \
create.py
EXTRA_DIST = $(PYTESTS)