aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug096/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug096/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug096/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug096/testsuite.sh b/testsuite/gna/bug096/testsuite.sh
new file mode 100755
index 000000000..a7728f7d1
--- /dev/null
+++ b/testsuite/gna/bug096/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze reader.vhdl
+elab_simulate_failure reader
+
+clean
+
+echo "Test successful"