aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug018/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-09-02 18:22:06 +0200
committerTristan Gingold <tgingold@free.fr>2015-09-02 18:22:06 +0200
commite1a8d8789fcac1d46d381dc2f7803f7c0a0ed970 (patch)
tree1038dbc2b501d90cacd900c4cb605d3d4780e1d7 /testsuite/gna/bug018/testsuite.sh
parenta779d6b3b5f10cbee6690ae4ff7aa43b65caf5e3 (diff)
downloadghdl-e1a8d8789fcac1d46d381dc2f7803f7c0a0ed970.tar.gz
ghdl-e1a8d8789fcac1d46d381dc2f7803f7c0a0ed970.tar.bz2
ghdl-e1a8d8789fcac1d46d381dc2f7803f7c0a0ed970.zip
Add bug018
Diffstat (limited to 'testsuite/gna/bug018/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug018/testsuite.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/gna/bug018/testsuite.sh b/testsuite/gna/bug018/testsuite.sh
new file mode 100755
index 000000000..7b46eefde
--- /dev/null
+++ b/testsuite/gna/bug018/testsuite.sh
@@ -0,0 +1,13 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze repro.vhdl
+elab_simulate repro_ent
+
+#analyze repro1.vhdl
+#elab_simulate repro1_ent
+
+clean
+
+echo "Test successful"