diff options
Diffstat (limited to 'testsuite/gna/bug060/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug060/testsuite.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gna/bug060/testsuite.sh b/testsuite/gna/bug060/testsuite.sh new file mode 100755 index 000000000..f55718f4e --- /dev/null +++ b/testsuite/gna/bug060/testsuite.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=--std=08 + +analyze corelib_List.v08.vhdl +analyze corelib.v08.vhdl +analyze Integer_List_tb.vhdl +elab_simulate integer_list_tb + +clean + +echo "Test successful" |