aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2422/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue2422/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue2422/testsuite.sh27
1 files changed, 27 insertions, 0 deletions
diff --git a/testsuite/gna/issue2422/testsuite.sh b/testsuite/gna/issue2422/testsuite.sh
new file mode 100755
index 000000000..19b226075
--- /dev/null
+++ b/testsuite/gna/issue2422/testsuite.sh
@@ -0,0 +1,27 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=93
+analyze aggr_repro1.vhdl
+elab_simulate aggr_repro1
+
+analyze aggr_repro3.vhdl
+elab_simulate aggr_repro3
+
+analyze aggr_repro4.vhdl
+elab_simulate aggr_repro4
+
+export GHDL_STD_FLAGS=--std=93c
+analyze aggr_repro2.vhdl
+elab_simulate aggr_repro2
+
+clean
+
+#export GHDL_STD_FLAGS=--std=08
+#analyze repro.vhdl
+#elab_simulate repro
+
+#clean
+
+echo "Test successful"