mesa-drm/tests/amdgpu
Emil Velikov ae2cf4507c tests/amdgpu: ensure tests work by using c99 initializers
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: Leo Liu <leo.liu@amd.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2015-09-04 21:39:06 +01:00
..
amdgpu_test.c tests/amdgpu: ensure tests work by using c99 initializers 2015-09-04 21:39:06 +01:00
amdgpu_test.h amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error paths 2015-08-05 13:47:52 -04:00
basic_tests.c tests/amdgpu: Include config.h first 2015-08-17 18:41:11 +09:00
bo_tests.c tests/amdgpu: Include config.h first 2015-08-17 18:41:11 +09:00
cs_tests.c tests/amdgpu: reference the correct variable for memcpy 2015-09-04 21:39:06 +01:00
frame.h tests/amdgpu: implement VCE unit tests 2015-08-05 13:47:50 -04:00
Makefile.am tests/amdgpu: implement VCE unit tests 2015-08-05 13:47:50 -04:00
uvd_messages.h tests/amdgpu: annotate the uvd message templates as const data 2015-09-04 21:39:06 +01:00
vce_ib.h tests/amdgpu: annotate (most of) the vce templates as const data 2015-09-04 21:39:06 +01:00
vce_tests.c tests/amdgpu: Remove unused local variable 'i' 2015-08-17 18:54:33 +09:00