aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/testenv.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-04 20:29:13 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-04 20:29:13 +0100
commit6efbb986ae874f2e0abf79041d12bc8fa073e993 (patch)
treece0e34fd2a94b001745745e1d09b81e7afa542d0 /testsuite/testenv.sh
parent3cefdbec000eb69d27070c6ecfa87e109219df95 (diff)
downloadghdl-yosys-plugin-6efbb986ae874f2e0abf79041d12bc8fa073e993.tar.gz
ghdl-yosys-plugin-6efbb986ae874f2e0abf79041d12bc8fa073e993.tar.bz2
ghdl-yosys-plugin-6efbb986ae874f2e0abf79041d12bc8fa073e993.zip
testsuite: it is now possible to run a single test.
Diffstat (limited to 'testsuite/testenv.sh')
-rw-r--r--testsuite/testenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/testenv.sh b/testsuite/testenv.sh
index b736b91..086a1f4 100644
--- a/testsuite/testenv.sh
+++ b/testsuite/testenv.sh
@@ -1,8 +1,8 @@
# Testsuite environment
-set -e
+. $topdir/../utils.sh
-. ../../utils.sh
+set -e
if [ x"$GHDL" = x ]; then
GHDL=ghdl