Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions conformance_tests/sysman/test_sysman_init/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,4 @@ add_lzt_test(
src/main.cpp
LINK_LIBRARIES level_zero_tests::logging level_zero_tests::utils)

add_lzt_test(
NAME test_init_sysman_enum_freq_with_core_handle
GROUP "/conformance_tests/tools/sysman"
SOURCES
src/test_init_sysman_enum_freq_with_core_handle.cpp
src/main.cpp
LINK_LIBRARIES level_zero_tests::logging level_zero_tests::utils)

add_lzt_test(
NAME test_init_sysman_enum_freq_with_sysman_handle
GROUP "/conformance_tests/tools/sysman"
SOURCES
src/test_init_sysman_enum_freq_with_sysman_handle.cpp
src/main.cpp
LINK_LIBRARIES level_zero_tests::logging level_zero_tests::utils)

add_lzt_test(
NAME test_init_sysman_no_env_with_core_handle
GROUP "/conformance_tests/tools/sysman"
SOURCES
src/test_init_sysman_no_env_with_core_handle.cpp
src/main.cpp
LINK_LIBRARIES level_zero_tests::logging level_zero_tests::utils)

add_lzt_test(
NAME test_init_sysman_after_core
GROUP "/conformance_tests/tools/sysman"
SOURCES
src/test_init_sysman_after_core.cpp
src/main.cpp
LINK_LIBRARIES level_zero_tests::logging level_zero_tests::utils)

add_lzt_test(
NAME test_init_sysman_before_core
GROUP "/conformance_tests/tools/sysman"
SOURCES
src/test_init_sysman_before_core.cpp
src/main.cpp
LINK_LIBRARIES level_zero_tests::logging level_zero_tests::utils)

4 changes: 3 additions & 1 deletion conformance_tests/sysman/test_sysman_init/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# testSysmanInit

This test suite is for validating sysman init function works correctly both with and without core init
This test suite is for validating sysman init function works correctly both with and without core init

Run each of the test as a separate process with Gtest filter (Reason : Init is done only once per process)
Loading