Specify minimum required version for all OpenCL 2.1 tests

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kevin Petit
2019-07-31 15:06:58 +01:00
committed by Kévin Petit
parent a910c3f8f6
commit 75a26fdc44
3 changed files with 6 additions and 6 deletions

View File

@@ -26,8 +26,8 @@
#include "procs.h"
test_definition test_list[] = {
ADD_TEST( timer_resolution_queries ),
ADD_TEST( device_and_host_timers ),
ADD_TEST_VERSION( timer_resolution_queries, Version(2, 1) ),
ADD_TEST_VERSION( device_and_host_timers, Version(2, 1) ),
};
const int test_num = ARRAY_SIZE( test_list );