aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2279/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-12-22 08:09:08 +0100
committerTristan Gingold <tgingold@free.fr>2022-12-22 08:09:08 +0100
commitf05bbd02f16d3368e9c171a7f42a08f26219262d (patch)
treeb997a17b4678eaa63e5d9adcaba62cfade8a6040 /testsuite/synth/issue2279/testsuite.sh
parent236f7eddef51acba2718eeda8431a1a68c7e231e (diff)
downloadghdl-f05bbd02f16d3368e9c171a7f42a08f26219262d.tar.gz
ghdl-f05bbd02f16d3368e9c171a7f42a08f26219262d.tar.bz2
ghdl-f05bbd02f16d3368e9c171a7f42a08f26219262d.zip
testsuite/synth: add a test for #2279
Diffstat (limited to 'testsuite/synth/issue2279/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2279/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue2279/testsuite.sh b/testsuite/synth/issue2279/testsuite.sh
new file mode 100755
index 000000000..74c928a61
--- /dev/null
+++ b/testsuite/synth/issue2279/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+
+synth_only ent
+
+synth_tb aggr1
+
+echo "Test successful"