diff --git a/sycl/test-e2e/bindless_images/3_channel_format.cpp b/sycl/test-e2e/bindless_images/3_channel_format.cpp index 40750ba691081..a3668f4f31973 100644 --- a/sycl/test-e2e/bindless_images/3_channel_format.cpp +++ b/sycl/test-e2e/bindless_images/3_channel_format.cpp @@ -1,7 +1,7 @@ // REQUIRES: cuda // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: %{run} %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/examples/example_3_1D_mipmap_anisotropic_filtering_and_levels.cpp b/sycl/test-e2e/bindless_images/examples/example_3_1D_mipmap_anisotropic_filtering_and_levels.cpp index 2e5d55eb32398..d46eb88fa084c 100644 --- a/sycl/test-e2e/bindless_images/examples/example_3_1D_mipmap_anisotropic_filtering_and_levels.cpp +++ b/sycl/test-e2e/bindless_images/examples/example_3_1D_mipmap_anisotropic_filtering_and_levels.cpp @@ -1,7 +1,7 @@ // REQUIRES: cuda // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: %{run} %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/examples/example_5_sample_cubemap.cpp b/sycl/test-e2e/bindless_images/examples/example_5_sample_cubemap.cpp index a332802fc627d..b84e86bb86cf9 100644 --- a/sycl/test-e2e/bindless_images/examples/example_5_sample_cubemap.cpp +++ b/sycl/test-e2e/bindless_images/examples/example_5_sample_cubemap.cpp @@ -1,7 +1,7 @@ // REQUIRES: cuda // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: %{run} %t.out #include #include