diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/test.bbclass | 14 |
1 files changed, 14 insertions, 0 deletions
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 () { + : +} + |