diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-09-27 06:05:04 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-09-27 06:05:04 +0200 |
commit | 2f63cd0262c65185a7179031e8c3297233206e0b (patch) | |
tree | 73a652e463c45e69000f6902a4f4ff95941ca49f /testsuite/synth/issue944/testsuite.sh | |
parent | 58f73d250fc5165f94678738b8d9dffe6bcf3c68 (diff) | |
download | ghdl-2f63cd0262c65185a7179031e8c3297233206e0b.tar.gz ghdl-2f63cd0262c65185a7179031e8c3297233206e0b.tar.bz2 ghdl-2f63cd0262c65185a7179031e8c3297233206e0b.zip |
testsuite/synth: add testcase for #944
Diffstat (limited to 'testsuite/synth/issue944/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue944/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue944/testsuite.sh b/testsuite/synth/issue944/testsuite.sh new file mode 100755 index 000000000..a240e36c7 --- /dev/null +++ b/testsuite/synth/issue944/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +for f in ent; do + synth --std=08 $f.vhdl -e $f > syn_$f.vhdl + analyze syn_$f.vhdl +done +clean + +echo "Test successful" |