From 0c6f366280979dae46309b894d21b2c99fa5e816 Mon Sep 17 00:00:00 2001 From: "emellor@ewan" Date: Thu, 6 Oct 2005 15:12:31 +0100 Subject: Added Zope's test.py, and a unit test to sxp. This test itself isn't very exciting, but it's there to encourage the creation of more interesting ones. A test target has been added to the main Makefile, and the one in tools/python. Signed-off-by: Ewan Mellor --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b093417839..6701366b0f 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,12 @@ build: kernels $(MAKE) -C tools build $(MAKE) -C docs build +# The test target is for unit tests that can run without an installation. Of +# course, many tests require a machine running Xen itself, and these are +# handled elsewhere. +test: + $(MAKE) -C tools/python test + # build and install everything into local dist directory dist: DESTDIR=$(DISTDIR)/install dist: dist-xen dist-kernels dist-tools dist-docs -- cgit v1.2.3