diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/opie.bbclass | 2 | ||||
-rw-r--r-- | classes/test.bbclass | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/classes/opie.bbclass b/classes/opie.bbclass index 6430d46d6a..922cb9435a 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -102,4 +102,4 @@ python opie_do_opie_install() { } EXPORT_FUNCTIONS do_opie_install -addtask opie_install after do_compile before do_populate_staging +addtask opie_install after do_compile before do_package diff --git a/classes/test.bbclass b/classes/test.bbclass new file mode 100644 index 0000000000..71afe88404 --- /dev/null +++ b/classes/test.bbclass @@ -0,0 +1,14 @@ +# +# Tasks specific to QA testing of packages +# +# For native and cross packages we want to test +# immediately for other packages we want to package +# the tests including a test +# + + +addtask test after do_compile +test_do_test () { + : +} + |