summaryrefslogtreecommitdiff
path: root/test~/override_arch-1.0.oe
blob: 2c84f542f1fe5efc19154b13033bfdc03d3658c0 (plain)
1
2
3
4
5
6
7
8
9
# This is a test to check if ${TARGET_ARCH} override works:

test() {
	einfo "original test() function"
}

test_arm() {
	einfo "test() for arm"
}