aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug047/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug047/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug047/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug047/testsuite.sh b/testsuite/gna/bug047/testsuite.sh
new file mode 100755
index 000000000..9ccf25f74
--- /dev/null
+++ b/testsuite/gna/bug047/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+#GHDL_FLAGS=--ieee=synopsys
+analyze_failure repro_arith.vhdl 2>&1 | grep "non-standard synopsys"
+
+clean
+
+echo "Test successful"