Skip to content

Commit

Permalink
set LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Dec 26, 2021
1 parent 3f33fa5 commit 12bcccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/install/test_cc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ make -j${NPROC}

#------------------
cd ${SCRIPT_PATH}/../api_cc/tests
${BUILD_TMP_DIR}/runUnitTests
LD_LIBRARY_PATH=${BUILD_TMP_DIR}:$LD_LIBRARY_PATH ${BUILD_TMP_DIR}/runUnitTests

#------------------
# upload to codecov
Expand Down
2 changes: 1 addition & 1 deletion source/install/test_cc_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ make -j${NPROC}

#------------------
cd ${SCRIPT_PATH}/../api_cc/tests
${BUILD_TMP_DIR}/runUnitTests
LD_LIBRARY_PATH=${BUILD_TMP_DIR}:$LD_LIBRARY_PATH ${BUILD_TMP_DIR}/runUnitTests

0 comments on commit 12bcccb

Please sign in to comment.