aboutsummaryrefslogtreecommitdiffstats
path: root/packages/quilt
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-09-17 19:33:35 +0000
committerHolger Freyther <zecke@selfish.org>2006-09-17 19:33:35 +0000
commit41755fb3756a95642b14f560b889a0add9ddd7a2 (patch)
tree9bf03457604ec1a26096dd2fbd5e448631c44fe8 /packages/quilt
parenta672badcc140334a68d83f70416ef2a74139af59 (diff)
downloadopenembedded-41755fb3756a95642b14f560b889a0add9ddd7a2.tar.gz
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
Diffstat (limited to 'packages/quilt')
-rw-r--r--packages/quilt/quilt-native.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/quilt/quilt-native.inc b/packages/quilt/quilt-native.inc
index c8bbdc8e07..b7ddd8bce8 100644
--- a/packages/quilt/quilt-native.inc
+++ b/packages/quilt/quilt-native.inc
@@ -14,3 +14,8 @@ EXTRA_OECONF = "--disable-nls"
do_configure () {
oe_runconf
}
+
+do_test() {
+ oe_runmake check
+}
+