aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth38/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-01 07:51:01 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-01 07:51:01 +0200
commit2388da390b41e5fe3aef8c7b7e7a2a610944f362 (patch)
tree8be79b1db69cdf564ff2dacde40961e26b61cb0f /testsuite/synth/synth38/testsuite.sh
parent410178f09ab8718d36ce04acbaa19946575fcacb (diff)
downloadghdl-2388da390b41e5fe3aef8c7b7e7a2a610944f362.tar.gz
ghdl-2388da390b41e5fe3aef8c7b7e7a2a610944f362.tar.bz2
ghdl-2388da390b41e5fe3aef8c7b7e7a2a610944f362.zip
testsuite/synth: add testcase for previous commit.
Diffstat (limited to 'testsuite/synth/synth38/testsuite.sh')
-rwxr-xr-xtestsuite/synth/synth38/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/synth38/testsuite.sh b/testsuite/synth/synth38/testsuite.sh
new file mode 100755
index 000000000..243a72f8b
--- /dev/null
+++ b/testsuite/synth/synth38/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for f in modulo_test; do
+ synth $f.vhdl -e $f > syn_$f.vhdl
+# analyze syn_$f.vhdl
+done
+clean
+
+echo "Test successful"