On 4 September 2015 at 17:33, Alex Deucher alexdeucher@gmail.com wrote:
On Mon, Aug 24, 2015 at 1:08 PM, Alex Deucher alexdeucher@gmail.com wrote:
On Mon, Aug 24, 2015 at 12:34 PM, Emil Velikov emil.l.velikov@gmail.com wrote:
In the latest version of CUnit the fourth parameter of the CU_SuiteInfo struct is pSetUpFunc rather than *pTests.
Seems like the CUnit ABI broke at some point, so let's the the robust thing and use c99 designated initializers to correctly populate the struct(s).
Cc: Alex Deucher alexander.deucher@amd.com Cc: Leo Liu leo.liu@amd.com Signed-off-by: Emil Velikov emil.l.velikov@gmail.com
Reviewed-by: Alex Deucher alexander.deucher@amd.com
Any plans to push this?
Oops, I thought I did just after Chris's feedback. Thanks for the reminder, they're in definitely in master now.
-Emil