Skip to content

Commit

Permalink
refactor : Sysman init CTS
Browse files Browse the repository at this point in the history
 * refactor sysman init tests into separate executable for isolated
   testing.

Related-To: VLCLJ-2253

Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
  • Loading branch information
vishnu-khanth committed Aug 8, 2024
1 parent f7331e1 commit 082719a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
17 changes: 5 additions & 12 deletions conformance_tests/sysman/test_sysman_init/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,18 @@ add_lzt_test(
LINK_LIBRARIES level_zero_tests::logging level_zero_tests::utils)

add_lzt_test(
NAME test_init_core_sysman
NAME test_init_sysman_after_core
GROUP "/conformance_tests/tools/sysman"
SOURCES
src/test_init_core_sysman.cpp
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_core
NAME test_init_sysman_before_core
GROUP "/conformance_tests/tools/sysman"
SOURCES
src/test_init_sysman_core.cpp
src/test_init_sysman_before_core.cpp
src/main.cpp
LINK_LIBRARIES level_zero_tests::logging level_zero_tests::utils)

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

This file was deleted.

0 comments on commit 082719a

Please sign in to comment.