aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug057/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-09-15 01:49:03 +0200
committerTristan Gingold <tgingold@free.fr>2016-09-15 01:49:03 +0200
commit0557b7d15c6f44720e7122bf480e67f1e168f13f (patch)
treee2410f04ffe72684839f21d92eaa9188b04acbf1 /testsuite/gna/bug057/testsuite.sh
parentd29da5f1dbc2aea1ff1ccab5e7d5e07cdcb825ce (diff)
downloadghdl-0557b7d15c6f44720e7122bf480e67f1e168f13f.tar.gz
ghdl-0557b7d15c6f44720e7122bf480e67f1e168f13f.tar.bz2
ghdl-0557b7d15c6f44720e7122bf480e67f1e168f13f.zip
Add testcase for generic-mapped package
Diffstat (limited to 'testsuite/gna/bug057/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug057/testsuite.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/gna/bug057/testsuite.sh b/testsuite/gna/bug057/testsuite.sh
new file mode 100755
index 000000000..737932da6
--- /dev/null
+++ b/testsuite/gna/bug057/testsuite.sh
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+
+analyze tb.vhdl
+elab_simulate tb
+
+analyze tb2.vhdl
+elab_simulate tb2
+
+clean
+
+echo "Test successful"