aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorAndres Lagar-Cavilla <andres@lagarcavilla.org>2012-02-06 13:12:58 -0800
committerAndres Lagar-Cavilla <andres@lagarcavilla.org>2012-02-06 13:12:58 -0800
commit953953cc5aaf59876521db5f60c010615941c0c7 (patch)
tree832080422e085c4b997269b943df0b43a3ee06eb /Config.mk
parent1f46c58d451cd1368307f4e0eea25044a0bd71fc (diff)
downloadxen-953953cc5aaf59876521db5f60c010615941c0c7.tar.gz
xen-953953cc5aaf59876521db5f60c010615941c0c7.tar.bz2
xen-953953cc5aaf59876521db5f60c010615941c0c7.zip
Tools: build tests
Build tests as part of the tools build. It is enabled with CONFIG_TESTS in Config.mk Currently disabled build of tests/regressions and tests/xen-access (in 32-bit mode) as they fail. Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index d55530d68d..1bbea43588 100644
--- a/Config.mk
+++ b/Config.mk
@@ -243,6 +243,7 @@ OCAML_TOOLS ?= y
CONFIG_MINITERM ?= n
CONFIG_LOMOUNT ?= n
CONFIG_SYSTEM_LIBAIO ?= y
+CONFIG_TESTS ?= y
ifeq ($(OCAML_TOOLS),y)
OCAML_TOOLS := $(shell ocamlopt -v > /dev/null 2>&1 && echo "y" || echo "n")