aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2361/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-02-25 08:23:20 +0100
committerTristan Gingold <tgingold@free.fr>2023-02-25 08:23:20 +0100
commit6985d68bd34e2528a1a31a317225f131e7404536 (patch)
tree2e3f16a992c25d6b24f93a3f0d76e1982f42598c /testsuite/synth/issue2361/testsuite.sh
parentb7c5831f6b6ca8978b1e98f316553d1d537b27c1 (diff)
downloadghdl-6985d68bd34e2528a1a31a317225f131e7404536.tar.gz
ghdl-6985d68bd34e2528a1a31a317225f131e7404536.tar.bz2
ghdl-6985d68bd34e2528a1a31a317225f131e7404536.zip
testsuite/synth: add a test for #2361
Diffstat (limited to 'testsuite/synth/issue2361/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2361/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue2361/testsuite.sh b/testsuite/synth/issue2361/testsuite.sh
new file mode 100755
index 000000000..9ca84e726
--- /dev/null
+++ b/testsuite/synth/issue2361/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth_only jkff
+
+echo "Test successful"