aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1772/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-05-25 08:05:02 +0200
committerTristan Gingold <tgingold@free.fr>2021-05-25 08:05:02 +0200
commit48695e579a7746fe52eda777b14ec10d918e7e4b (patch)
tree9a636be85d979c697ce3ca3823414464cea3b555 /testsuite/gna/issue1772/testsuite.sh
parente9352e8ec0caaddd97d747ee1ca72cefc56edbde (diff)
downloadghdl-48695e579a7746fe52eda777b14ec10d918e7e4b.tar.gz
ghdl-48695e579a7746fe52eda777b14ec10d918e7e4b.tar.bz2
ghdl-48695e579a7746fe52eda777b14ec10d918e7e4b.zip
testsuite/gna: add tests for #1772
Diffstat (limited to 'testsuite/gna/issue1772/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue1772/testsuite.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/issue1772/testsuite.sh b/testsuite/gna/issue1772/testsuite.sh
new file mode 100755
index 000000000..8690b18bf
--- /dev/null
+++ b/testsuite/gna/issue1772/testsuite.sh
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+analyze repro2.vhdl
+elab_simulate repro2
+
+analyze repro3.vhdl
+elab_simulate repro3
+
+clean
+
+echo "Test successful"