Skip to content

Commit

Permalink
[CI] fix Python dependency required by cpp tests to work standalone (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
leandron authored and Tushar Dey committed Oct 15, 2020
1 parent 6ce5cf7 commit 694f7be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scripts/task_cpp_unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
set -e
set -u

# Python is required by apps/bundle_deploy
source tests/scripts/setup-pytest-env.sh

export LD_LIBRARY_PATH="lib:${LD_LIBRARY_PATH:-}"
# NOTE: important to use abspath, when VTA is enabled.
export VTA_HW_PATH=`pwd`/3rdparty/vta-hw
Expand Down

0 comments on commit 694f7be

Please sign in to comment.