aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoremellor@ewan <emellor@ewan>2005-10-06 15:12:31 +0100
committeremellor@ewan <emellor@ewan>2005-10-06 15:12:31 +0100
commit0c6f366280979dae46309b894d21b2c99fa5e816 (patch)
tree8797504263b63524f27a178b965a3224a22c22b5 /Makefile
parent705f86977c04583539b2eff779f63d15690de2e6 (diff)
downloadxen-0c6f366280979dae46309b894d21b2c99fa5e816.tar.gz
xen-0c6f366280979dae46309b894d21b2c99fa5e816.tar.bz2
xen-0c6f366280979dae46309b894d21b2c99fa5e816.zip
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 <ewan@xensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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