aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0105/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug0105/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug0105/testsuite.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuite/gna/bug0105/testsuite.sh b/testsuite/gna/bug0105/testsuite.sh
new file mode 100755
index 000000000..a9a64b8f6
--- /dev/null
+++ b/testsuite/gna/bug0105/testsuite.sh
@@ -0,0 +1,22 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze econcat1.vhdl
+elab_simulate econcat1
+
+analyze econcat2.vhdl
+elab_simulate econcat2
+
+clean
+
+GHDL_STD_FLAGS="--std=87"
+
+analyze econcat1_87.vhdl
+elab_simulate econcat1_87
+
+analyze econcat2_87.vhdl
+elab_simulate econcat2_87
+
+clean
+echo "Test successful"