aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/comp03/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-10-07 18:52:12 +0200
committerTristan Gingold <tgingold@free.fr>2020-10-07 18:52:12 +0200
commit4a7ec846e9f18bba17d1339de4317fa76c145978 (patch)
treed65ba31b6305e2167b4d1d1c49dc06b0941f4138 /testsuite/synth/comp03/testsuite.sh
parenta9519dc6992a77e1de914aae9cb4a018f254ee27 (diff)
downloadghdl-4a7ec846e9f18bba17d1339de4317fa76c145978.tar.gz
ghdl-4a7ec846e9f18bba17d1339de4317fa76c145978.tar.bz2
ghdl-4a7ec846e9f18bba17d1339de4317fa76c145978.zip
testsuite/synth: add a test for previous commit.
Diffstat (limited to 'testsuite/synth/comp03/testsuite.sh')
-rwxr-xr-xtestsuite/synth/comp03/testsuite.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/synth/comp03/testsuite.sh b/testsuite/synth/comp03/testsuite.sh
new file mode 100755
index 000000000..7272f225d
--- /dev/null
+++ b/testsuite/synth/comp03/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_failure sub1.vhdl comp03.vhdl -e
+synth_failure sub2.vhdl comp04.vhdl -e
+
+
+echo "Test successful"