aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/issues/bug-loop1/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-09 18:18:57 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-09 18:18:57 +0100
commit0ccb67f997d2243ef2268811ace3af045fa5481e (patch)
treed49cff67560b4a8882296051e344037d425fc094 /testsuite/issues/bug-loop1/testsuite.sh
parent71c4894dbf62645eaaab0e0b6d9f1d893577a3c8 (diff)
downloadghdl-yosys-plugin-0ccb67f997d2243ef2268811ace3af045fa5481e.tar.gz
ghdl-yosys-plugin-0ccb67f997d2243ef2268811ace3af045fa5481e.tar.bz2
ghdl-yosys-plugin-0ccb67f997d2243ef2268811ace3af045fa5481e.zip
Add test for previous commit.
Diffstat (limited to 'testsuite/issues/bug-loop1/testsuite.sh')
-rwxr-xr-xtestsuite/issues/bug-loop1/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/issues/bug-loop1/testsuite.sh b/testsuite/issues/bug-loop1/testsuite.sh
new file mode 100755
index 0000000..3ec2ece
--- /dev/null
+++ b/testsuite/issues/bug-loop1/testsuite.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+topdir=../..
+. $topdir/testenv.sh
+
+for f in loop1; do
+ synth "${f}.vhdl -e ${f}"
+done
+
+clean
+echo OK