diff options
author | Tristan Gingold | 2014-01-01 07:24:52 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-01-01 07:24:52 +0100 |
commit | 19a93530d5c088e629b0446e1d4b94b29943e471 (patch) | |
tree | 918cb128c7fbbaa5b0413ddde198e2812b725f0d /testsuite/gna/bug18361/testsuite.sh | |
parent | 237fd4c864c50a8b0ab99daf198ad60790cb6d0f (diff) | |
download | ghdl-19a93530d5c088e629b0446e1d4b94b29943e471.tar.gz ghdl-19a93530d5c088e629b0446e1d4b94b29943e471.tar.bz2 ghdl-19a93530d5c088e629b0446e1d4b94b29943e471.zip |
Add bug18361.
Diffstat (limited to 'testsuite/gna/bug18361/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug18361/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug18361/testsuite.sh b/testsuite/gna/bug18361/testsuite.sh new file mode 100755 index 0000000..94d709b --- /dev/null +++ b/testsuite/gna/bug18361/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze cnt.vhdl +elab_simulate_failure cnt_v_tb + +clean + +echo "Test successful" |