aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue26/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-07 06:23:54 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-08 04:33:33 +0200
commit5738c8a722b3eec9713bce9b83a5283a2001582f (patch)
treec09605e1c7a64274f548d6864a7532e8e6cbcc32 /testsuite/synth/issue26/testsuite.sh
parentafafa2c3f856df075db309d553988ff5407c56ff (diff)
downloadghdl-5738c8a722b3eec9713bce9b83a5283a2001582f.tar.gz
ghdl-5738c8a722b3eec9713bce9b83a5283a2001582f.tar.bz2
ghdl-5738c8a722b3eec9713bce9b83a5283a2001582f.zip
Add reproducer for tgingold/ghdlsynth-beta#26
Diffstat (limited to 'testsuite/synth/issue26/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue26/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/issue26/testsuite.sh b/testsuite/synth/issue26/testsuite.sh
new file mode 100755
index 000000000..1cc0536d7
--- /dev/null
+++ b/testsuite/synth/issue26/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth int_test.vhdl -e int_test > syn_int_test.vhdl
+analyze syn_int_test.vhdl
+clean
+
+echo "Test successful"