Skip to content

Commit c5ed6e2

Browse files
authored
[SYCL][E2E] Use build expansion in Basic e2e tests (#14636)
1 parent 054855d commit c5ed6e2

9 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -Daccessor_new_api_test %S/Inputs/device_accessor.cpp -o %t.out
1+
// RUN: %{build} -Daccessor_new_api_test %S/Inputs/device_accessor.cpp -o %t.out
22
// RUN: %{run} %t.out
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -Dbuffer_new_api_test %S/Inputs/device_accessor.cpp -o %t.out
1+
// RUN: %{build} -Dbuffer_new_api_test %S/Inputs/device_accessor.cpp -o %t.out
22
// RUN: %{run} %t.out
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -Dbuffer_new_api_test %S/Inputs/host_accessor.cpp -o %t.out
1+
// RUN: %{build} -Dbuffer_new_api_test %S/Inputs/host_accessor.cpp -o %t.out
22
// RUN: %{run} %t.out
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -Dbuffer_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
1+
// RUN: %{build} -Dbuffer_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
22
// RUN: %{run} %t.out
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -Dbuffer_placeholder_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
1+
// RUN: %{build} -Dbuffer_placeholder_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
22
// RUN: %{run} %t.out
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -Daccessor_new_api_test %S/Inputs/host_accessor.cpp -o %t.out
1+
// RUN: %{build} -Daccessor_new_api_test %S/Inputs/host_accessor.cpp -o %t.out
22
// RUN: %{run} %t.out
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -Daccessor_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
1+
// RUN: %{build} -Daccessor_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
22
// RUN: %{run} %t.out
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} -Daccessor_placeholder_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
1+
// RUN: %{build} -Daccessor_placeholder_new_api_test %S/Inputs/host_task_accessor.cpp -o %t.out
22
// RUN: %{run} %t.out

sycl/test-e2e/Basic/reqd_work_group_size_check_exception.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out
1+
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

44
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)