aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket96/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-09-26 21:08:29 +0200
committerTristan Gingold <tgingold@free.fr>2015-09-26 21:08:29 +0200
commit15449f26754603d49ea2ba4f58a2b2f3495a6568 (patch)
treebb2282594d61d55cd23f5da6003554436fff2bd0 /testsuite/gna/ticket96/testsuite.sh
parent0f36f7436d0370abdc570afcd6c2eb46074da3b1 (diff)
downloadghdl-15449f26754603d49ea2ba4f58a2b2f3495a6568.tar.gz
ghdl-15449f26754603d49ea2ba4f58a2b2f3495a6568.tar.bz2
ghdl-15449f26754603d49ea2ba4f58a2b2f3495a6568.zip
Testcase from ticket96
Diffstat (limited to 'testsuite/gna/ticket96/testsuite.sh')
-rwxr-xr-xtestsuite/gna/ticket96/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/ticket96/testsuite.sh b/testsuite/gna/ticket96/testsuite.sh
new file mode 100755
index 000000000..604fe24ba
--- /dev/null
+++ b/testsuite/gna/ticket96/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+analyze ent.vhd
+elab_simulate ent --stop-time=10ns
+clean
+
+echo "Test successful"