Don't inherit siteinfo in base.bbclass
[openembedded.git] / classes / test.bbclass
1 #
2 # Tasks specific to QA testing of packages
3 #
4 # For native and cross packages we want to test
5 # immediately for other packages we want to package
6 # the tests including a test
7 #
8
9
10 addtask test after do_compile before do_build
11 test_do_test () {
12     :
13 }
14