Skip to content

Commit 2b8626a

Browse files
Added workaround for the test case to find TBB library in CI env
1 parent 45ad0e4 commit 2b8626a

File tree

1 file changed

+1
-1
lines changed
  • behavior_tests/src/cmake_dpct_helper_add_mkl_to_target

1 file changed

+1
-1
lines changed

behavior_tests/src/cmake_dpct_helper_add_mkl_to_target/do_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ def migrate_test():
4444
def build_test():
4545
return True
4646
def run_test():
47-
return call_subprocess("./app.run")
47+
return call_subprocess("LD_LIBRARY_PATH=${TBBROOT}/${TBBVER}/tbb/${TBB_MAJORVER}/lib:${TBBROOT}/lib:${LD_LIBRARY_PATH} ./app.run")
4848

0 commit comments

Comments
 (0)