Skip to content

Commit fbbc822

Browse files
Moves tests to Explicit directory
1 parent ed0bc28 commit fbbc822

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sycl/test-e2e/Graph/invalid_profiling.cpp sycl/test-e2e/Graph/Explicit/invalid_profiling.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#define GRAPH_E2E_EXPLICIT
1010

11-
#include "graph_common.hpp"
11+
#include "../graph_common.hpp"
1212

1313
int main() {
1414
device Dev;

sycl/test-e2e/Graph/nodes_profiling_info.cpp sycl/test-e2e/Graph/Explicit/nodes_profiling_info.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// The second run is to check that there are no leaks reported with the embedded
1111
// UR_L0_LEAKS_DEBUG testing capability.
1212

13-
#include "graph_common.hpp"
13+
#include "../graph_common.hpp"
1414

1515
#define GRAPH_TESTS_VERBOSE_PRINT 0
1616

sycl/test-e2e/Graph/nodes_profiling_info_invalid_backend.cpp sycl/test-e2e/Graph/Explicit/nodes_profiling_info_invalid_backend.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#define GRAPH_E2E_EXPLICIT
88

9-
#include "graph_common.hpp"
9+
#include "../graph_common.hpp"
1010

1111
int main() {
1212
device Dev;

0 commit comments

Comments
 (0)