Skip to content

Commit 73adce2

Browse files
authored
[SYCL][E2E] Add %{run} to new tests that did not use it (#15943)
Added `%{run}` to lit lines that execute the test binary. Same change as #15636 to some tests that were added recently.
1 parent e9f8c05 commit 73adce2

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)