diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-09-28 23:21:05 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-09-28 23:21:05 +0200 |
commit | 59c6890377b635797dff61346a780b4d23436736 (patch) | |
tree | 8bceb79f417f51d96c00ae4e1c85b84562b62f07 /testsuite/synth/issue945/testsuite.sh | |
parent | 8965ce200b899a43125909bcdac4aceba9dee53d (diff) | |
download | ghdl-59c6890377b635797dff61346a780b4d23436736.tar.gz ghdl-59c6890377b635797dff61346a780b4d23436736.tar.bz2 ghdl-59c6890377b635797dff61346a780b4d23436736.zip |
testsuite/synth: add testcase for #945
Diffstat (limited to 'testsuite/synth/issue945/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue945/testsuite.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue945/testsuite.sh b/testsuite/synth/issue945/testsuite.sh new file mode 100755 index 000000000..6c14ee73a --- /dev/null +++ b/testsuite/synth/issue945/testsuite.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +. ../../testenv.sh + +synth ent.vhdl -e ent > syn_ent.vhdl +clean + +echo "Test successful" |