Skip to content

Commit

Permalink
[Script] enable error detect for media ULT
Browse files Browse the repository at this point in the history
  • Loading branch information
stellawuintel authored and intel-mediadev committed Sep 15, 2023
1 parent 786dcb7 commit d063fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_driver/linux/ult/ult_app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ else ()
add_custom_command(
TARGET RunULT
POST_BUILD
COMMAND LD_PRELOAD=../libdrm_mock/libdrm_mock.so ./devult ../../../${LIB_NAME}.so
COMMAND LD_PRELOAD=${MEDIA_MISC_LIB}:../libdrm_mock/libdrm_mock.so ./devult ../../../${LIB_NAME}.so
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Running devult...")
endif ()
Expand Down

0 comments on commit d063fc5

Please sign in to comment.