aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1872/testsuite.sh
diff options
context:
space:
mode:
authorBrian Padalino <bpadalino@gmail.com>2021-09-22 10:33:09 -0400
committertgingold <tgingold@users.noreply.github.com>2021-09-23 04:42:03 +0200
commite9acbd94e2058e7d1274ffe72c1a75ad4e822779 (patch)
tree9b56fd3a8900ac7fa887ba8fced838482c14952f /testsuite/gna/issue1872/testsuite.sh
parent1880496acc8383848692d4bb8dbfc96f87c93162 (diff)
downloadghdl-e9acbd94e2058e7d1274ffe72c1a75ad4e822779.tar.gz
ghdl-e9acbd94e2058e7d1274ffe72c1a75ad4e822779.tar.bz2
ghdl-e9acbd94e2058e7d1274ffe72c1a75ad4e822779.zip
Add test for matching operators.
Add an exhaustive test for the matching operators.
Diffstat (limited to 'testsuite/gna/issue1872/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue1872/testsuite.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/gna/issue1872/testsuite.sh b/testsuite/gna/issue1872/testsuite.sh
new file mode 100755
index 000000000..7f7733133
--- /dev/null
+++ b/testsuite/gna/issue1872/testsuite.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+
+analyze match_operators.vhdl
+elab_simulate match_operators
+
+clean
+
+echo "Test successful"