From 8272e2a036b6d0659242b65f55b5e7b3c28f0341 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 14 Feb 2006 14:30:42 +0000 Subject: * 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 --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b0eb78e..a31c17d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) -- cgit