From 953953cc5aaf59876521db5f60c010615941c0c7 Mon Sep 17 00:00:00 2001 From: Andres Lagar-Cavilla Date: Mon, 6 Feb 2012 13:12:58 -0800 Subject: 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 Acked-by: Ian Campbell Committed-by: Keir Fraser --- Config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Config.mk') 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") -- cgit v1.2.3