git.openpandora.org
/
openembedded.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mount.sh: Fixed some small errors
[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