From 04b998447b47f8179c091b6ea1e84dc4485db3fa Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Thu, 26 Oct 2006 12:36:49 +0000 Subject: [PATCH] classes/test.bbclass: Make sure tests are really executed Make sure tests are really executed by adding the task before do_build. --- classes/test.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/test.bbclass b/classes/test.bbclass index 71afe88404..ff3e945395 100644 --- a/classes/test.bbclass +++ b/classes/test.bbclass @@ -7,7 +7,7 @@ # -addtask test after do_compile +addtask test after do_compile before do_build test_do_test () { : } -- 2.39.5