aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue476/repro/testsuite.sh
diff options
context:
space:
mode:
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"