aboutsummaryrefslogtreecommitdiffstats
path: root/classes/test.bbclass
AgeCommit message (Collapse)Author
2006-10-26classes/test.bbclass: Make sure tests are really executedHolger Freyther
Make sure tests are really executed by adding the task before do_build.
2006-09-17classes/test.bbclass: Add a new task called test which we can run after compileHolger Freyther
packages/quilt/quilt-native.inc: Run make check for quilt native Run make check for quilt-native from the do_test task. This will run the first native test. If the test fails quilt will fail. The tests will only be run if you do INHERIT+=test