diff options
author | Tristan Gingold <gingold@adacore.com> | 2016-01-05 06:47:12 +0100 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2016-01-06 18:38:37 +0100 |
commit | 955e964b024de556c4c0db8fd745c6abdb8052fe (patch) | |
tree | c8c033deb0ea21b88cc24da224ec3f000e76c4ce /testsuite/gna/bug034/testsuite.sh | |
parent | 702be7d597c536450ae09475811297cba1b2f1cc (diff) | |
download | ghdl-955e964b024de556c4c0db8fd745c6abdb8052fe.tar.gz ghdl-955e964b024de556c4c0db8fd745c6abdb8052fe.tar.bz2 ghdl-955e964b024de556c4c0db8fd745c6abdb8052fe.zip |
Add bug034 testcase.
Diffstat (limited to 'testsuite/gna/bug034/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug034/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug034/testsuite.sh b/testsuite/gna/bug034/testsuite.sh new file mode 100755 index 000000000..522256f2b --- /dev/null +++ b/testsuite/gna/bug034/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze repro.vhdl +elab_simulate ent; + +clean + +echo "Test successful" |