aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2159/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-08-04 08:56:44 +0200
committerTristan Gingold <tgingold@free.fr>2022-08-04 08:56:44 +0200
commit6d8dbed5efcbbabbc886beb9a0291e43013010bc (patch)
treef8b903eacf8bc7d1fc16eb0262587c7dbcddc60a /testsuite/synth/issue2159/testsuite.sh
parent4ce5f0c046685ad630f9eb6140e87a66be020f94 (diff)
downloadghdl-6d8dbed5efcbbabbc886beb9a0291e43013010bc.tar.gz
ghdl-6d8dbed5efcbbabbc886beb9a0291e43013010bc.tar.bz2
ghdl-6d8dbed5efcbbabbc886beb9a0291e43013010bc.zip
testsuite/synth: add a test for #2159
Diffstat (limited to 'testsuite/synth/issue2159/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2159/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue2159/testsuite.sh b/testsuite/synth/issue2159/testsuite.sh
new file mode 100755
index 000000000..567d44382
--- /dev/null
+++ b/testsuite/synth/issue2159/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+synth_only bug
+
+echo "Test successful"