aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug098/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-04-30 06:54:05 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-02 04:10:02 +0200
commit33861bcc4a3bdd3253a5f7f8532823deb16c7287 (patch)
tree06714cb53f936b8df72405f204e6d99c58e6c12d /testsuite/gna/bug098/testsuite.sh
parente016397ff27e9fe5ee04693c903fcad9144a110e (diff)
downloadghdl-33861bcc4a3bdd3253a5f7f8532823deb16c7287.tar.gz
ghdl-33861bcc4a3bdd3253a5f7f8532823deb16c7287.tar.bz2
ghdl-33861bcc4a3bdd3253a5f7f8532823deb16c7287.zip
Add a testcase about visibility.
Diffstat (limited to 'testsuite/gna/bug098/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug098/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/gna/bug098/testsuite.sh b/testsuite/gna/bug098/testsuite.sh
new file mode 100755
index 000000000..b8c1c32a8
--- /dev/null
+++ b/testsuite/gna/bug098/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze_failure loopy.vhdl
+
+clean
+
+echo "Test successful"