aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/if02/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-10 20:34:17 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-10 20:34:17 +0100
commit556bd7c420a231b02b7159217aec9ae5bbe34e8d (patch)
tree0f434f2bfa2a777f81ffb90e5da896de8bb179e0 /testsuite/synth/if02/testsuite.sh
parent2e50c44a48b74ecb7f5a14e4c4d0181cfa2d7402 (diff)
downloadghdl-556bd7c420a231b02b7159217aec9ae5bbe34e8d.tar.gz
ghdl-556bd7c420a231b02b7159217aec9ae5bbe34e8d.tar.bz2
ghdl-556bd7c420a231b02b7159217aec9ae5bbe34e8d.zip
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/if02/testsuite.sh')
-rwxr-xr-xtestsuite/synth/if02/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/if02/testsuite.sh b/testsuite/synth/if02/testsuite.sh
new file mode 100755
index 000000000..575200dcb
--- /dev/null
+++ b/testsuite/synth/if02/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+for t in if01 if02 if03; do
+ synth_failure $t.vhdl -e
+done
+
+echo "Test successful"