aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2021/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-04-05 19:15:57 +0200
committerTristan Gingold <tgingold@free.fr>2022-04-05 19:15:57 +0200
commitc6163507c69c9b33188876224a1f615d43a94712 (patch)
tree9b6c60c275cc1a5aa211e89d49a39ac4a6a90699 /testsuite/synth/issue2021/testsuite.sh
parent9b14c0ac67981ca6db6c6d4861035afca1595965 (diff)
downloadghdl-c6163507c69c9b33188876224a1f615d43a94712.tar.gz
ghdl-c6163507c69c9b33188876224a1f615d43a94712.tar.bz2
ghdl-c6163507c69c9b33188876224a1f615d43a94712.zip
testsuite/synth: add tests for #2021
Diffstat (limited to 'testsuite/synth/issue2021/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2021/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/issue2021/testsuite.sh b/testsuite/synth/issue2021/testsuite.sh
new file mode 100755
index 000000000..c6c6c1ddf
--- /dev/null
+++ b/testsuite/synth/issue2021/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_only repro1
+synth_only repro2
+synth_only ent
+
+echo "Test successful"