aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/case01/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-15 05:40:15 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-15 05:40:15 +0200
commit84f0148e9e01c14993d5473e66a4ad6eee819798 (patch)
treed248b8c283beb327c1948780f83707c764c7b0ce /testsuite/synth/case01/testsuite.sh
parentf4d0374404bc7539f78d07e0a926f9a600ff0096 (diff)
downloadghdl-84f0148e9e01c14993d5473e66a4ad6eee819798.tar.gz
ghdl-84f0148e9e01c14993d5473e66a4ad6eee819798.tar.bz2
ghdl-84f0148e9e01c14993d5473e66a4ad6eee819798.zip
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/case01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/case01/testsuite.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/synth/case01/testsuite.sh b/testsuite/synth/case01/testsuite.sh
index 519aaff89..ef530ebe1 100755
--- a/testsuite/synth/case01/testsuite.sh
+++ b/testsuite/synth/case01/testsuite.sh
@@ -7,5 +7,6 @@ for t in case01 case02 case03 case04; do
done
synth case05.vhdl -e case05 > syn_case05.vhdl
+synth case06.vhdl -e case06 > syn_case06.vhdl
echo "Test successful"