aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue476/repro/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-12 05:25:17 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-12 05:25:17 +0100
commit874fd35e9c185f7892dd5553bfa71e32a57d143f (patch)
tree62e4d65ea1d89a968fda10283811a54284d8eb46 /testsuite/gna/issue476/repro/testsuite.sh
parent650e68b382f5a3c9404b74c7f39a4b769a46350a (diff)
downloadghdl-874fd35e9c185f7892dd5553bfa71e32a57d143f.tar.gz
ghdl-874fd35e9c185f7892dd5553bfa71e32a57d143f.tar.bz2
ghdl-874fd35e9c185f7892dd5553bfa71e32a57d143f.zip
Add reproducer for #476
Diffstat (limited to 'testsuite/gna/issue476/repro/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue476/repro/testsuite.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/issue476/repro/testsuite.sh b/testsuite/gna/issue476/repro/testsuite.sh
new file mode 100755
index 000000000..69c5cbd16
--- /dev/null
+++ b/testsuite/gna/issue476/repro/testsuite.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../../testenv.sh
+
+export GHDL_STD_FLAGS=--std=08
+analyze pixel_pkg.vhd pixel_column_pkg.vhd pixel_matrix_pkg.vhd test_op1.vhd
+elab_simulate test_op1
+
+clean
+
+echo "Test successful"