Skip to content
Snippets Groups Projects
Commit c3b751c3 authored by Henry Linjamäki's avatar Henry Linjamäki
Browse files

Fixup for #1605

Fix overwrote previous OCL_30_TESTS variable.
parent 82df5c79
Branches
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ if(OPENCL_HEADER_VERSION GREATER 299)
set(OCL_30_TESTS "runtime/test_queue_creation_with_hints")
add_test(NAME "runtime/test_dbk_matmul" COMMAND test_dbk_matmul)
set(OCL_30_TESTS "runtime/test_dbk_matmul")
set(OCL_30_TESTS ${OCL_30_TESTS} "runtime/test_dbk_matmul")
endif()
set_tests_properties( "runtime/clGetDeviceInfo" "runtime/clEnqueueNativeKernel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment