classes/test.bbclass: Make sure tests are really executed
authorHolger Freyther <zecke@selfish.org>
Thu, 26 Oct 2006 12:36:49 +0000 (12:36 +0000)
committerHolger Freyther <zecke@selfish.org>
Thu, 26 Oct 2006 12:36:49 +0000 (12:36 +0000)
    Make sure tests are really executed by adding the task
    before do_build.

classes/test.bbclass

index 71afe88..ff3e945 100644 (file)
@@ -7,7 +7,7 @@
 #
 
 
-addtask test after do_compile
+addtask test after do_compile before do_build
 test_do_test () {
     :
 }