Skip to content

Commit 0ed6008

Browse files
committed
Add %{run} to tests that did not use it
Added a run-line to one test as well
1 parent 4eb0d31 commit 0ed6008

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

sycl/test-e2e/bindless_images/examples/example_1_1D_read_write.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_2_2D_dynamic_read.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_4_1D_array_read_write.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_6_import_memory_and_semaphores.cpp

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

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

56
#include <sycl/detail/core.hpp>
67
#include <sycl/ext/oneapi/bindless_images.hpp>

0 commit comments

Comments
 (0)