aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/bug04/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-04-15 07:46:28 +0200
committerTristan Gingold <tgingold@free.fr>2021-04-15 07:46:28 +0200
commitfb1f37b6f567440f95baaf121ea630302b983b38 (patch)
tree5e1542e7722b4c368667e8d12f9b115b8f008e5f /testsuite/synth/bug04/testsuite.sh
parente2f0e4b59816b0b64a83fac22614c97a7bd7d85d (diff)
downloadghdl-fb1f37b6f567440f95baaf121ea630302b983b38.tar.gz
ghdl-fb1f37b6f567440f95baaf121ea630302b983b38.tar.bz2
ghdl-fb1f37b6f567440f95baaf121ea630302b983b38.zip
testsuite/synth: add a test for previous commit
Diffstat (limited to 'testsuite/synth/bug04/testsuite.sh')
-rwxr-xr-xtestsuite/synth/bug04/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/bug04/testsuite.sh b/testsuite/synth/bug04/testsuite.sh
new file mode 100755
index 000000000..9f2426deb
--- /dev/null
+++ b/testsuite/synth/bug04/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_failure io_pin.vhdl -e
+
+echo "Test successful"