We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ad0e4 commit 2b8626aCopy full SHA for 2b8626a
behavior_tests/src/cmake_dpct_helper_add_mkl_to_target/do_test.py
@@ -44,5 +44,5 @@ def migrate_test():
44
def build_test():
45
return True
46
def run_test():
47
- return call_subprocess("./app.run")
+ return call_subprocess("LD_LIBRARY_PATH=${TBBROOT}/${TBBVER}/tbb/${TBB_MAJORVER}/lib:${TBBROOT}/lib:${LD_LIBRARY_PATH} ./app.run")
48
0 commit comments