From: SergeyDegtyar Date: Fri, 23 Aug 2019 09:40:14 +0000 (+0300) Subject: Fix path in run-test.sh X-Git-Tag: working-ls180~1084^2~20 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b25dbf1c6107fc993ab3c88b82c3e33f0bbd516;p=yosys.git Fix path in run-test.sh --- diff --git a/tests/ice40/run-test.sh b/tests/ice40/run-test.sh index 90a8a3c83..ddd6d349f 100755 --- a/tests/ice40/run-test.sh +++ b/tests/ice40/run-test.sh @@ -1,7 +1,7 @@ set -e -if [ -f "../../../../../techlibs/common/simcells.v" ]; then - COMMON_PREFIX=../../../../../techlibs/common - TECHLIBS_PREFIX=../../../../../techlibs +if [ -f "../../techlibs/common/simcells.v" ]; then + COMMON_PREFIX=../../techlibs/common + TECHLIBS_PREFIX=../../techlibs else COMMON_PREFIX=/usr/local/share/yosys TECHLIBS_PREFIX=/usr/local/share/yosys