classes/test.bbclass: Add a new task called test which we can run after compile
authorHolger Freyther <zecke@selfish.org>
Sun, 17 Sep 2006 19:33:35 +0000 (19:33 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 17 Sep 2006 19:33:35 +0000 (19:33 +0000)
commit41755fb3756a95642b14f560b889a0add9ddd7a2
tree9bf03457604ec1a26096dd2fbd5e448631c44fe8
parenta672badcc140334a68d83f70416ef2a74139af59
classes/test.bbclass: Add a new task called test which we can run after compile
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
classes/test.bbclass [new file with mode: 0644]
packages/quilt/quilt-native.inc