mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
[RFC] Move logic for test registration to the test harness (#2151)
And use in device_timer suite. Signed-off-by: Kévin Petit <kpet@free.fr>
This commit is contained in:
@@ -26,7 +26,7 @@ const char *sample_kernel_code_single_line[] = {
|
||||
"}\n"
|
||||
};
|
||||
|
||||
TEST_SPIRV_FUNC(get_program_il)
|
||||
REGISTER_TEST(get_program_il)
|
||||
{
|
||||
clProgramWrapper source_program;
|
||||
size_t il_size = -1;
|
||||
|
||||
Reference in New Issue
Block a user