aboutsummaryrefslogtreecommitdiffstats
path: root/classes/test.bbclass
blob: 71afe8840481b8a32f9cd99e8f1c95ab12b62c86 (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
test_do_test () {
    :
}