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 | |
parent | bcf8853e457f7ec43dfcaa91c66c0ae159565b53 (diff) | |
download | openembedded-core-62caed8237baabd2b51d8f216f555880ae4a23c8.tar.gz openembedded-core-62caed8237baabd2b51d8f216f555880ae4a23c8.tar.bz2 openembedded-core-62caed8237baabd2b51d8f216f555880ae4a23c8.tar.xz openembedded-core-62caed8237baabd2b51d8f216f555880ae4a23c8.zip |
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')
5 files changed, 5 insertions, 0 deletions
diff --git a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk index 32d2bd144..d18a9f7ce 100644 --- a/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk +++ b/scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk @@ -6,3 +6,4 @@ sanity shutdown sanity zypper_help sanity zypper_search sanity rpm_query +sanity compiler diff --git a/scripts/qemuimage-tests/scenario/qemumips/poky-image-sdk b/scripts/qemuimage-tests/scenario/qemumips/poky-image-sdk index 32d2bd144..d18a9f7ce 100644 --- a/scripts/qemuimage-tests/scenario/qemumips/poky-image-sdk +++ b/scripts/qemuimage-tests/scenario/qemumips/poky-image-sdk @@ -6,3 +6,4 @@ sanity shutdown sanity zypper_help sanity zypper_search sanity rpm_query +sanity compiler diff --git a/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sdk b/scripts/qemuimage-tests/scenario/qemuppc/poky-image-sdk index 32d2bd144..d18a9f7ce 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 sanity zypper_help sanity zypper_search sanity rpm_query +sanity compiler diff --git a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sdk b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sdk index 32d2bd144..d18a9f7ce 100644 --- a/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sdk +++ b/scripts/qemuimage-tests/scenario/qemux86-64/poky-image-sdk @@ -6,3 +6,4 @@ sanity shutdown sanity zypper_help sanity zypper_search sanity rpm_query +sanity compiler diff --git a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk b/scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk index 32d2bd144..d18a9f7ce 100644 --- a/scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk +++ b/scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk @@ -6,3 +6,4 @@ sanity shutdown sanity zypper_help sanity zypper_search sanity rpm_query +sanity compiler |