aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth45/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-02 03:56:54 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-02 03:56:54 +0200
commit79bd57b88d5d1279f8eb31376224c289ab351f0f (patch)
tree6b39b69928fdbf93c70676d0d970ef433bb361d6 /testsuite/synth/synth45/testsuite.sh
parent7ba58651202e21fc17dd5d669625a2056bcb83ce (diff)
downloadghdl-79bd57b88d5d1279f8eb31376224c289ab351f0f.tar.gz
ghdl-79bd57b88d5d1279f8eb31376224c289ab351f0f.tar.bz2
ghdl-79bd57b88d5d1279f8eb31376224c289ab351f0f.zip
testsuite/synth: add synth45 test.
Diffstat (limited to 'testsuite/synth/synth45/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth45/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/synth45/testsuite.sh b/testsuite/synth/synth45/testsuite.sh
new file mode 100755
index 000000000..755cb6aeb
--- /dev/null
+++ b/testsuite/synth/synth45/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for f in test test2; do
+ synth $f.vhdl -e $f > syn_$f.vhdl
+ analyze syn_$f.vhdl
+ clean
+done
+
+echo "Test successful"