aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue27/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-21 09:32:36 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-21 09:32:36 +0200
commitace42254549d3d47cdb897e95c45cbb3ff966da0 (patch)
treefe46269fea1abcc48dca4b7ff6093574d30357ef /testsuite/synth/issue27/testsuite.sh
parent69c0747b03292bef5f2c5bd5672e7fa214182937 (diff)
downloadghdl-ace42254549d3d47cdb897e95c45cbb3ff966da0.tar.gz
ghdl-ace42254549d3d47cdb897e95c45cbb3ff966da0.tar.bz2
ghdl-ace42254549d3d47cdb897e95c45cbb3ff966da0.zip
testsuite/synth: add issue27 testcase.
Diffstat (limited to 'testsuite/synth/issue27/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue27/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue27/testsuite.sh b/testsuite/synth/issue27/testsuite.sh
new file mode 100755
index 000000000..b5ed1a2b7
--- /dev/null
+++ b/testsuite/synth/issue27/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+synth dff.vhdl -e dff > syn_dff.vhdl
+
+echo "Test successful"