Skip to content
Snippets Groups Projects
Unverified Commit 945bcccc authored by Pekka Jääskeläinen's avatar Pekka Jääskeläinen Committed by GitHub
Browse files

Merge pull request #1609 from linehill/fixup-1605

Fixup for #1605
parents 82df5c79 c3b751c3
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ if(OPENCL_HEADER_VERSION GREATER 299) ...@@ -175,7 +175,7 @@ if(OPENCL_HEADER_VERSION GREATER 299)
set(OCL_30_TESTS "runtime/test_queue_creation_with_hints") set(OCL_30_TESTS "runtime/test_queue_creation_with_hints")
add_test(NAME "runtime/test_dbk_matmul" COMMAND test_dbk_matmul) 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() endif()
set_tests_properties( "runtime/clGetDeviceInfo" "runtime/clEnqueueNativeKernel" 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