aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2240/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-11-08 19:06:30 +0100
committerTristan Gingold <tgingold@free.fr>2022-11-08 19:08:30 +0100
commit74bfad1028994077f4630d50c4894d9d2ddc21fb (patch)
treeb513589300fe63ef38487ff8cbab1fc70236ffab /testsuite/synth/issue2240/testsuite.sh
parentd13ca642d7bf236b5fe561e9fa559c5c9463170b (diff)
downloadghdl-74bfad1028994077f4630d50c4894d9d2ddc21fb.tar.gz
ghdl-74bfad1028994077f4630d50c4894d9d2ddc21fb.tar.bz2
ghdl-74bfad1028994077f4630d50c4894d9d2ddc21fb.zip
testsuite/synth: add a test for #2240
Diffstat (limited to 'testsuite/synth/issue2240/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2240/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/issue2240/testsuite.sh b/testsuite/synth/issue2240/testsuite.sh
new file mode 100755
index 000000000..f04cb816a
--- /dev/null
+++ b/testsuite/synth/issue2240/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_only case_concat
+
+GHDL_STD_FLAGS=--std=08
+synth_only case_concat
+
+echo "Test successful"