* 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:
Daniel Veillard
2006-02-14 14:30:42 +00:00
parent a5f9391541
commit f32eee58b0
6 changed files with 77 additions and 1 deletions

View File

@@ -11,3 +11,10 @@ pkgconfig_DATA = libvirt.pc
rpm: clean
@(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
check-local: all tests
tests:
@(if [ "@PYTHON_SUBDIR@" != "" ] ; then cd python ; \
$(MAKE) MAKEFLAGS+=--silent tests ; fi)