diff options
author | Jiajun Xu <jiajun.xu@intel.com> | 2010-12-31 15:15:31 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-02 01:25:40 -0800 |
commit | 62caed8237baabd2b51d8f216f555880ae4a23c8 (patch) | |
tree | ca8d7e3230921912777781adce08de5f97a09af2 /scripts/qemuimage-tests/scenario/qemuppc | |
parent | bcf8853e457f7ec43dfcaa91c66c0ae159565b53 (diff) | |
download | poky-62caed8237baabd2b51d8f216f555880ae4a23c8.tar.gz |
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>
Diffstat (limited to 'scripts/qemuimage-tests/scenario/qemuppc')
-rw-r--r-- | scripts/qemuimage-tests/scenario/qemuppc/poky-image-sdk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sdk b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sdk index 32d2bd144b..d18a9f7ce5 100644 --- a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sdk +++ b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sdk | |||
@@ -6,3 +6,4 @@ sanity shutdown | |||
6 | sanity zypper_help | 6 | sanity zypper_help |
7 | sanity zypper_search | 7 | sanity zypper_search |
8 | sanity rpm_query | 8 | sanity rpm_query |
9 | sanity compiler | ||