aboutsummaryrefslogtreecommitdiffstats
path: root/classes/test.bbclass
blob: ff3e945395fe1d733640e99c53195258b4bf7a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 before do_build
test_do_test () {
    :
}