aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth80/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-21 07:45:47 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-21 07:46:04 +0100
commit4ad3644e185ff5fcbee7f2a9e419c463e67513b4 (patch)
tree37ba5c4bab126830c48d5f0bef90082180e6ddd7 /testsuite/synth/synth80/testsuite.sh
parent2849ade7fc1ab10f73cf0be83a992b6e798ba087 (diff)
downloadghdl-4ad3644e185ff5fcbee7f2a9e419c463e67513b4.tar.gz
ghdl-4ad3644e185ff5fcbee7f2a9e419c463e67513b4.tar.bz2
ghdl-4ad3644e185ff5fcbee7f2a9e419c463e67513b4.zip
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/synth80/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth80/testsuite.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/synth/synth80/testsuite.sh b/testsuite/synth/synth80/testsuite.sh
index 6d097693c..e0f9a4a18 100755
--- a/testsuite/synth/synth80/testsuite.sh
+++ b/testsuite/synth/synth80/testsuite.sh
@@ -3,6 +3,7 @@
. ../../testenv.sh
synth testcase.vhdl -e > syn_testcase.vhdl
+synth test2.vhdl -e > syn_test2.vhdl
clean
echo "Test successful"