diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-02-10 18:41:15 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-02-10 18:41:15 +0100 |
commit | 29ff7ac283374e9df1ac1d1fd7d50dd97074bbe5 (patch) | |
tree | 7984c5b71e5d4aa14e0c6e70f402fc04c3df80fa /testsuite/synth/issue1127/testsuite.sh | |
parent | ddd3ad54ef05f593264477bb2ac04228af3d8329 (diff) | |
download | ghdl-29ff7ac283374e9df1ac1d1fd7d50dd97074bbe5.tar.gz ghdl-29ff7ac283374e9df1ac1d1fd7d50dd97074bbe5.tar.bz2 ghdl-29ff7ac283374e9df1ac1d1fd7d50dd97074bbe5.zip |
testsuite/synth: add test for #1130.
Fix #1130
Diffstat (limited to 'testsuite/synth/issue1127/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue1127/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue1127/testsuite.sh b/testsuite/synth/issue1127/testsuite.sh new file mode 100755 index 000000000..9e68d3bed --- /dev/null +++ b/testsuite/synth/issue1127/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +for t in foo; do + synth $t.vhdl -e $t > syn_$t.vhdl + analyze syn_$t.vhdl + clean +done + +echo "Test successful" |