Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2011-05-04 | qemuimagetest: Add executable permission to test scripts for toolchain | Jiajun Xu | 1 | |
The file mode bits of toolchain test scripts is 644, which could not be executed by user. Fix the issue by adding executable permission(755) to all test scripts for toolchain test. Signed-off-by Jiajun Xu <jiajun.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2011-05-04 | qemuimagetest: Enable toolchain automation tests in qemuimagetest | Jiajun Xu | 1 | |
Enable toolchain automation tests in qemuimagetest framework. 3 C/C++ test projects are added to test toolchain - cvs, iptables and sudoku-savant. User needs to set TEST_SCEN to "toolchain" in local.conf to enable tests. Test case will check if toolchain tarball exists under "${DEPLOY_DIR}/sdk". And it will extract toolchain tarball into /opt. It requires user to chown /opt to non-root user, who will run qemuimagetest. Signed-off-by Jiajun Xu <jiajun.xu@intel.com> |