From f118388495185c9469b69e68a6f9b7a2ebef17ef Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 25 Dec 2010 21:35:17 +0100 Subject: [PATCH] minimal: enable QA (as discussed on irc with Mickey) Signed-off-by: Frans Meulenbroeks --- conf/distro/minimal.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 5b92a3652b..c935080295 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -93,6 +93,17 @@ LIBC ?= "eglibc" require conf/distro/include/sane-toolchain.inc require conf/distro/include/arm-thumb.inc +############################################################################# +# QA +############################################################################# + +#run QA tests on builds and packages and log them +INHERIT += "insane" +QA_LOG = "1" + +#run QA tests on recipes +INHERIT += "recipe_sanity" + ############################################################################# # PREFERRED VERSIONS ############################################################################# -- 2.39.5