diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-09-21 06:48:13 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-09-22 21:26:53 +0200 |
commit | 0dbd1e7c44a0046012ed57218458145935010d41 (patch) | |
tree | 87610b1582def8f3bc5802dccf139767f028cec2 /testsuite/gna/bug060/testsuite.sh | |
parent | bcfbe673c08402fc63e2acb4a350d407e14fe993 (diff) | |
download | ghdl-0dbd1e7c44a0046012ed57218458145935010d41.tar.gz ghdl-0dbd1e7c44a0046012ed57218458145935010d41.tar.bz2 ghdl-0dbd1e7c44a0046012ed57218458145935010d41.zip |
Testcase for interface type.
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" |