Skip to content

Commit 7c22bee

Browse files
committed
add %{run} to new tests that did not use it
1 parent b7bb745 commit 7c22bee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sycl/test-e2e/bindless_images/3_channel_format.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: cuda
22

33
// RUN: %{build} -o %t.out
4-
// RUN: %t.out
4+
// RUN: %{run} %t.out
55

66
#include <iostream>
77
#include <sycl/detail/core.hpp>

sycl/test-e2e/bindless_images/examples/example_3_1D_mipmap_anisotropic_filtering_and_levels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: cuda
22

33
// RUN: %{build} -o %t.out
4-
// RUN: %t.out
4+
// RUN: %{run} %t.out
55

66
#include <sycl/detail/core.hpp>
77
#include <sycl/ext/oneapi/bindless_images.hpp>

sycl/test-e2e/bindless_images/examples/example_5_sample_cubemap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: cuda
22

33
// RUN: %{build} -o %t.out
4-
// RUN: %t.out
4+
// RUN: %{run} %t.out
55

66
#include <sycl/detail/core.hpp>
77
#include <sycl/ext/oneapi/bindless_images.hpp>

0 commit comments

Comments
 (0)