aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
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 /tools/Makefile
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 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 03ac66f855..54522f44f2 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -45,6 +45,7 @@ SUBDIRS-y += remus
SUBDIRS-$(CONFIG_X86) += xenpaging
SUBDIRS-$(CONFIG_X86) += debugger/gdbsx
SUBDIRS-$(CONFIG_X86) += debugger/kdd
+SUBDIRS-$(CONFIG_TESTS) += tests
# These don't cross-compile
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))