mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 23:29:02 +00:00
Deduplicate test_basic read_image (#1535)
Merge readimage,readimage_int16,read_image_fp32, readimage3d,readimage3d_int16,read_image3d_fp32 as they share a lot of common code. Signed-off-by: John Kesapides <john.kesapides@arm.com> Signed-off-by: John Kesapides <john.kesapides@arm.com>
This commit is contained in:
@@ -6,8 +6,7 @@ set(${MODULE_NAME}_SOURCES
|
||||
test_intmath.cpp
|
||||
test_hiloeo.cpp test_local.cpp test_pointercast.cpp
|
||||
test_if.cpp test_loop.cpp
|
||||
test_readimage.cpp test_readimage_int16.cpp test_readimage_fp32.cpp
|
||||
test_readimage3d.cpp test_readimage3d_int16.cpp test_readimage3d_fp32.cpp
|
||||
test_readimage.cpp
|
||||
test_writeimage.cpp test_writeimage_int16.cpp test_writeimage_fp32.cpp
|
||||
test_multireadimageonefmt.cpp test_multireadimagemultifmt.cpp
|
||||
test_imagedim.cpp
|
||||
|
||||
Reference in New Issue
Block a user