diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-09-26 07:48:13 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-09-26 07:48:13 +0200 |
commit | 2656aba97772d8495e036718368d037de68daf12 (patch) | |
tree | 0682cb403f920f176357b7a73e1766a542ced4cf /testsuite/synth/synth14/testsuite.sh | |
parent | 9eb2b04033aa25070708dc14c4b17cd82404f102 (diff) | |
download | ghdl-2656aba97772d8495e036718368d037de68daf12.tar.gz ghdl-2656aba97772d8495e036718368d037de68daf12.tar.bz2 ghdl-2656aba97772d8495e036718368d037de68daf12.zip |
testsuite/synth: add testcase from tgingold/ghdlsynth-beta#14
Diffstat (limited to 'testsuite/synth/synth14/testsuite.sh')
-rwxr-xr-x | testsuite/synth/synth14/testsuite.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/synth14/testsuite.sh b/testsuite/synth/synth14/testsuite.sh new file mode 100755 index 000000000..7d1fdd888 --- /dev/null +++ b/testsuite/synth/synth14/testsuite.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +. ../../testenv.sh + +synth top_pkg.vhdl top.vhdl -e top > syn_top.vhdl +analyze top_pkg.vhdl syn_top.vhdl +clean + +echo "Test successful" |