diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-09-21 09:32:36 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-09-21 09:32:36 +0200 |
commit | ace42254549d3d47cdb897e95c45cbb3ff966da0 (patch) | |
tree | fe46269fea1abcc48dca4b7ff6093574d30357ef /testsuite/synth/issue27/testsuite.sh | |
parent | 69c0747b03292bef5f2c5bd5672e7fa214182937 (diff) | |
download | ghdl-ace42254549d3d47cdb897e95c45cbb3ff966da0.tar.gz ghdl-ace42254549d3d47cdb897e95c45cbb3ff966da0.tar.bz2 ghdl-ace42254549d3d47cdb897e95c45cbb3ff966da0.zip |
testsuite/synth: add issue27 testcase.
Diffstat (limited to 'testsuite/synth/issue27/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue27/testsuite.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue27/testsuite.sh b/testsuite/synth/issue27/testsuite.sh new file mode 100755 index 000000000..b5ed1a2b7 --- /dev/null +++ b/testsuite/synth/issue27/testsuite.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 +synth dff.vhdl -e dff > syn_dff.vhdl + +echo "Test successful" |