aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pr61/testsuite.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/pr61/testsuite.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/pr61/testsuite.sh')
-rwxr-xr-xtestsuite/pr61/testsuite.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/pr61/testsuite.sh b/testsuite/pr61/testsuite.sh
index 3ff1a15..b546495 100755
--- a/testsuite/pr61/testsuite.sh
+++ b/testsuite/pr61/testsuite.sh
@@ -1,6 +1,7 @@
#!/bin/sh
-. ../testenv.sh
+topdir=..
+. $topdir/testenv.sh
run_yosys -p "ghdl vector.vhdl -e vector; dump -o vector.il"