diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-29 00:31:59 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-29 00:31:59 +0100 |
commit | 403ce633036dc9611c78fc5a0460ea7b856bd848 (patch) | |
tree | 91b377a05bd9a3d055641c6deae79eddabdcb7aa | |
parent | d855ec403d4e6cb7d88d58c9a54f7a157a7d02fe (diff) | |
download | ghdl-403ce633036dc9611c78fc5a0460ea7b856bd848.tar.gz ghdl-403ce633036dc9611c78fc5a0460ea7b856bd848.tar.bz2 ghdl-403ce633036dc9611c78fc5a0460ea7b856bd848.zip |
testuite/pyunit: set PYTHONPATH
-rwxr-xr-x | testsuite/pyunit/testsuite.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/pyunit/testsuite.sh b/testsuite/pyunit/testsuite.sh index 6f363bc9b..3de4b3951 100755 --- a/testsuite/pyunit/testsuite.sh +++ b/testsuite/pyunit/testsuite.sh @@ -54,4 +54,6 @@ set -e cd $(dirname "$0")/../.. +export PYTHONPATH=$(pwd)/pyGHDL + python3 -m unittest testsuite.pyunit |