]> code.ossystems Code Review - openembedded-core.git/commit
qemuimagetest: Add basic function check for gcc/g++/make command in target
authorJiajun Xu <jiajun.xu@intel.com>
Fri, 31 Dec 2010 07:15:31 +0000 (15:15 +0800)
committerSaul Wold <sgw@linux.intel.com>
Sun, 2 Jan 2011 09:25:40 +0000 (01:25 -0800)
commit62caed8237baabd2b51d8f216f555880ae4a23c8
treeca8d7e3230921912777781adce08de5f97a09af2
parentbcf8853e457f7ec43dfcaa91c66c0ae159565b53
qemuimagetest: Add basic function check for gcc/g++/make command in target

Add one case for compile tools sanity test in target, including gcc/g++/make.

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
scripts/qemuimage-tests/sanity/compiler [new file with mode: 0755]
scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk
scripts/qemuimage-tests/scenario/qemumips/poky-image-sdk
scripts/qemuimage-tests/scenario/qemuppc/poky-image-sdk
scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sdk
scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk
scripts/qemuimage-tests/tools/compiler_test.sh [new file with mode: 0644]