aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1460/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-09-19 09:53:09 +0200
committerTristan Gingold <tgingold@free.fr>2020-09-19 09:53:09 +0200
commit1337962c251723acaf021a8df2efbc261804f88a (patch)
treec0db2bfd47044a576f8cc519783275f9606e17c5 /testsuite/synth/issue1460/testsuite.sh
parent2fb5d3fa8e642f5f268f106a99af771e2076c8d2 (diff)
downloadghdl-1337962c251723acaf021a8df2efbc261804f88a.tar.gz
ghdl-1337962c251723acaf021a8df2efbc261804f88a.tar.bz2
ghdl-1337962c251723acaf021a8df2efbc261804f88a.zip
testsuite/synth: add tests for find_leftmost/find_rightmost.
For #1460
Diffstat (limited to 'testsuite/synth/issue1460/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1460/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue1460/testsuite.sh b/testsuite/synth/issue1460/testsuite.sh
new file mode 100755
index 000000000..b05373419
--- /dev/null
+++ b/testsuite/synth/issue1460/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+
+for t in leftmost01 leftmost02 leftmost03 rightmost01 rightmost02; do
+ synth_tb $t
+done
+
+echo "Test successful"