aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug21487/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-01-16 03:28:06 +0100
committerTristan Gingold <tgingold@free.fr>2014-01-16 03:28:06 +0100
commit66da4588b0ba9e1d510bc11c648c990e54306deb (patch)
tree0233fc1df2ec0e63130f00257cfeec044a99a914 /testsuite/gna/bug21487/testsuite.sh
parent5c7e4f5598ff7e2e3be0c2de8d2e4d4414b87f63 (diff)
downloadghdl-66da4588b0ba9e1d510bc11c648c990e54306deb.tar.gz
ghdl-66da4588b0ba9e1d510bc11c648c990e54306deb.tar.bz2
ghdl-66da4588b0ba9e1d510bc11c648c990e54306deb.zip
Fix bug21487: call resolution function at init if there is at least 1 source.
Diffstat (limited to 'testsuite/gna/bug21487/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug21487/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/bug21487/testsuite.sh b/testsuite/gna/bug21487/testsuite.sh
new file mode 100755
index 000000000..df141ec42
--- /dev/null
+++ b/testsuite/gna/bug21487/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze repro.vhdl
+
+elab_simulate top
+
+clean
+
+echo "Test successful"