Skip to content

Commit 55d903b

Browse files
authored
[SYCL][Graph] Refactor unit tests into multiple files (#12837)
- Split unit tests into multiple files for easier maintenance - Move CommandGraph tests to a separate test target
1 parent 32e2213 commit 55d903b

File tree

11 files changed

+2648
-2548
lines changed

11 files changed

+2648
-2548
lines changed

sycl/unittests/Extensions/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ add_sycl_unittest(ExtensionsTests OBJECT
77
USMMemcpy2D.cpp
88
DeviceGlobal.cpp
99
OneAPISubGroupMask.cpp
10-
CommandGraph.cpp
1110
USMP2P.cpp
1211
)
1312

13+
add_subdirectory(CommandGraph)

0 commit comments

Comments
 (0)