Skip to content

Commit 8ac79c3

Browse files
committed
Add tests to validate tracing layer for Zer API's
Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
1 parent 3302f98 commit 8ac79c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,8 @@ foreach(init_method IN LISTS init_methods)
664664
endforeach()
665665

666666
# ZER API Tracing Tests
667-
add_test(NAME test_zer_tracing_static COMMAND tests --gtest_filter=*ZerTracingParameterizedTest*GivenLoaderWhenCallingZerApisWithStaticTracingEnabledAndPrologueCallbacksRegisteredThenExpectTracingToWork*)
668-
set_property(TEST test_zer_tracing_static PROPERTY ENVIRONMENT "ZE_ENABLE_LOADER_DEBUG_TRACE=1;ZE_ENABLE_NULL_DRIVER=1")
667+
add_test(NAME test_zer_tracing_static_prologue COMMAND tests --gtest_filter=*ZerTracingParameterizedTest*GivenLoaderWhenCallingZerApisWithStaticTracingEnabledAndPrologueCallbacksRegisteredThenExpectTracingToWork*)
668+
set_property(TEST test_zer_tracing_static_prologue PROPERTY ENVIRONMENT "ZE_ENABLE_LOADER_DEBUG_TRACE=1;ZE_ENABLE_NULL_DRIVER=1")
669669

670670
add_test(NAME test_zer_tracing_static_epilogue COMMAND tests --gtest_filter=*ZerTracingParameterizedTest*GivenLoaderWhenCallingZerApisWithStaticTracingEnabledAndEpilogueCallbacksRegisteredThenExpectTracingToWork*)
671671
set_property(TEST test_zer_tracing_static_epilogue PROPERTY ENVIRONMENT "ZE_ENABLE_LOADER_DEBUG_TRACE=1;ZE_ENABLE_NULL_DRIVER=1")

0 commit comments

Comments
 (0)