diff options
author | Brian Drummond | 2014-01-19 22:23:59 +0000 |
---|---|---|
committer | Brian Drummond | 2014-01-19 22:23:59 +0000 |
commit | 2a3d8be55d1e3abcae1bf820c2dbd1968c8e2bea (patch) | |
tree | fd5aba82d15031695c494ad494fbbd398423786f /testsuite/gna/bug7751/testsuite.sh | |
parent | 73fa859a477a27dacaf905c2da0b9a3afd32e37a (diff) | |
download | ghdl-2a3d8be55d1e3abcae1bf820c2dbd1968c8e2bea.tar.gz ghdl-2a3d8be55d1e3abcae1bf820c2dbd1968c8e2bea.tar.bz2 ghdl-2a3d8be55d1e3abcae1bf820c2dbd1968c8e2bea.zip |
Add 'image and 'value tests for enumerations, missing in gna bug 7751 testcase. Add missing cases for Type_Mode_E32 in Translation.adb
Diffstat (limited to 'testsuite/gna/bug7751/testsuite.sh')
-rwxr-xr-x | testsuite/gna/bug7751/testsuite.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/gna/bug7751/testsuite.sh b/testsuite/gna/bug7751/testsuite.sh index c927f8f..89e7ebc 100755 --- a/testsuite/gna/bug7751/testsuite.sh +++ b/testsuite/gna/bug7751/testsuite.sh @@ -5,6 +5,9 @@ analyze 7751_tests.vhd elab_simulate top +analyze 7751_extra_tests.vhd +elab_simulate tb + clean echo "Test successful" |