aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1951/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-01-18 07:50:14 +0100
committerTristan Gingold <tgingold@free.fr>2022-02-05 17:06:03 +0100
commitc953b83b8e7957125b14036f9368a6a7acf7f130 (patch)
tree8a6faf8be4e7375eb2e64319ffbee003fa43a098 /testsuite/synth/issue1951/testsuite.sh
parent45d1b9308910d85bd391e2aabf882f1069dce649 (diff)
downloadghdl-c953b83b8e7957125b14036f9368a6a7acf7f130.tar.gz
ghdl-c953b83b8e7957125b14036f9368a6a7acf7f130.tar.bz2
ghdl-c953b83b8e7957125b14036f9368a6a7acf7f130.zip
testsuite/synth: add more tests for subtraction in std_logic_unsigned
Diffstat (limited to 'testsuite/synth/issue1951/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1951/testsuite.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/synth/issue1951/testsuite.sh b/testsuite/synth/issue1951/testsuite.sh
index f8d05daef..00865f1ec 100755
--- a/testsuite/synth/issue1951/testsuite.sh
+++ b/testsuite/synth/issue1951/testsuite.sh
@@ -5,4 +5,8 @@
GHDL_STD_FLAGS=-fsynopsys
synth_only ent
+for f in sub01 sub02 sub03 sub04; do
+ synth_tb $f
+done
+
echo "Test successful"