aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1424/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-08-04 19:19:25 +0200
committerTristan Gingold <tgingold@free.fr>2020-08-04 19:19:25 +0200
commit4dd28fa272167fd8c02a8f95ab8bcb10f3ea9601 (patch)
tree5185c98f10e3a50e27b840fc18791a7d49f51968 /testsuite/synth/issue1424/testsuite.sh
parent83a03454a3b213d214c11f1bafa364d2dfe1d5c5 (diff)
downloadghdl-4dd28fa272167fd8c02a8f95ab8bcb10f3ea9601.tar.gz
ghdl-4dd28fa272167fd8c02a8f95ab8bcb10f3ea9601.tar.bz2
ghdl-4dd28fa272167fd8c02a8f95ab8bcb10f3ea9601.zip
testsuite/synth: add a test for #1424
Diffstat (limited to 'testsuite/synth/issue1424/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1424/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue1424/testsuite.sh b/testsuite/synth/issue1424/testsuite.sh
new file mode 100755
index 000000000..cfd56bd0d
--- /dev/null
+++ b/testsuite/synth/issue1424/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS="--std=08 -fsynopsys"
+synth_analyze bar
+clean
+
+echo "Test successful"