Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oeqa/sdkmingw: Add test cases | Joshua Watt | 2018-11-21 | 4 | -0/+140 |
| | | | | | | | | | Adds test cases to verify that gcc, binutils, gdb, and pkg-config are functioning in the MinGW SDK [YOCTO #13020] Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> | ||||
* | Add SDK test case framework | Joshua Watt | 2018-11-21 | 1 | -0/+0 |
Adds the framework for testing SDKs that ties into the oeqa test framework. This allows commands like: $ bitbake -c testsdk ... to be run for MinGW SDKs. The test framework currently executes all tests under Wine in lieu of having access to actual Windows machines. [YOCTO #13020] Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> |