From 8111e0c59583ac278ecd07ca4c6be04d8802e567 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Thu, 9 Feb 2012 18:33:31 +0000 Subject: mini-os: Move test functions into test.c While useful, these test functions should not be compiled into every mini-os instance that we compile. Signed-off-by: Daniel De Graaf Acked-by: Ian Campbell Cc: Stefano Stabellini Committed-by: Ian Jackson --- stubdom/c/minios.cfg | 1 + stubdom/caml/minios.cfg | 1 + 2 files changed, 2 insertions(+) (limited to 'stubdom') diff --git a/stubdom/c/minios.cfg b/stubdom/c/minios.cfg index e69de29bb2..e1faee53e1 100644 --- a/stubdom/c/minios.cfg +++ b/stubdom/c/minios.cfg @@ -0,0 +1 @@ +CONFIG_TEST=y diff --git a/stubdom/caml/minios.cfg b/stubdom/caml/minios.cfg index e69de29bb2..e1faee53e1 100644 --- a/stubdom/caml/minios.cfg +++ b/stubdom/caml/minios.cfg @@ -0,0 +1 @@ +CONFIG_TEST=y -- cgit v1.2.3