mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* Makefile.am configure.in python/Makefile.am python/tests/Makefile.am
python/tests/basic.py: added first python test script and a 'make tests' target Daniel
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Makefile for libvirt python library
|
||||
|
||||
SUBRIRS= . tests
|
||||
|
||||
INCLUDES = \
|
||||
-I$(PYTHON_INCLUDES) \
|
||||
-I$(top_srcdir)/include \
|
||||
@@ -60,3 +62,8 @@ $(libvirtmod_la_OBJECTS): $(GENERATED)
|
||||
else
|
||||
all:
|
||||
endif
|
||||
|
||||
dummy:
|
||||
|
||||
tests test: all dummy
|
||||
-@(cd tests && $(MAKE) MAKEFLAGS+=--silent tests)
|
||||
|
||||
Reference in New Issue
Block a user