Skip to content

Commit

Permalink
[SYCL][E2E] Add %{run} to new tests that did not use it (#15943)
Browse files Browse the repository at this point in the history
Added `%{run}` to lit lines that execute the test binary.
Same change as #15636 to some tests that were added recently.
  • Loading branch information
ayylol authored Oct 31, 2024
1 parent e9f8c05 commit 73adce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sycl/test-e2e/bindless_images/3_channel_format.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// REQUIRES: cuda

// RUN: %{build} -o %t.out
// RUN: %t.out
// RUN: %{run} %t.out

#include <iostream>
#include <sycl/detail/core.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// REQUIRES: cuda

// RUN: %{build} -o %t.out
// RUN: %t.out
// RUN: %{run} %t.out

#include <sycl/detail/core.hpp>
#include <sycl/ext/oneapi/bindless_images.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// REQUIRES: cuda

// RUN: %{build} -o %t.out
// RUN: %t.out
// RUN: %{run} %t.out

#include <sycl/detail/core.hpp>
#include <sycl/ext/oneapi/bindless_images.hpp>
Expand Down

0 comments on commit 73adce2

Please sign in to comment.