aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1390/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-07-24 06:23:36 +0200
committerTristan Gingold <tgingold@free.fr>2020-07-24 06:23:36 +0200
commite2594ff1cc762510790c6d2fdaa6cca45e54a541 (patch)
tree1809517f170a56264ea2190795aae08f3abd0216 /testsuite/synth/issue1390/testsuite.sh
parent921398c1dac0979723374afc01b9feb6e01fa98e (diff)
downloadghdl-e2594ff1cc762510790c6d2fdaa6cca45e54a541.tar.gz
ghdl-e2594ff1cc762510790c6d2fdaa6cca45e54a541.tar.bz2
ghdl-e2594ff1cc762510790c6d2fdaa6cca45e54a541.zip
testsuite/synth: add a test for #1390
Diffstat (limited to 'testsuite/synth/issue1390/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1390/testsuite.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue1390/testsuite.sh b/testsuite/synth/issue1390/testsuite.sh
new file mode 100755
index 000000000..8497b4f3b
--- /dev/null
+++ b/testsuite/synth/issue1390/testsuite.sh
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+GHDL_STD_FLAGS=--std=08
+synth aes_pkg.vhdl aes_enc.vhdl -e > syn_aes.vhdl
+
+echo "Test successful"