Uh oh!
There was an error while loading. Please reload this page.
cmocka fixes for native host target - #750
Conversation
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Fix some build issues with cmocka for host test bench target so that cmocka UTs can run native on host architecture. This makes it easy for users to update UTs when APIs change as they dont need architecture specific version of cmocka. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
edc6513 to
35588ccCompare@mwierzbix@akloniex there are some updates to pre-processing and trace items in here, please make sure this is fine for host targets. |
lgirdwood
commented
Dec 18, 2018
@jajanusz most tests pass, but some processing component tests fail. These can be fixed to pass after merge, but we probably want to check if there is any difference between native host and xtensa UT results. |
@lgirdwood There are still some issues for xtensa UTs caused by #730, I'll fix them after this one is merged. |
jajanusz
commented
Dec 18, 2018
@lgirdwood |
@lgirdwood Would you please merge this PR? Firmware team will cherry pick it to GLK release branch glk-005-drop-stable. |
Update cmocka UT for new comp cmd API update and get cmocka working on host test bench.