From 2a3d8be55d1e3abcae1bf820c2dbd1968c8e2bea Mon Sep 17 00:00:00 2001 From: Brian Drummond Date: Sun, 19 Jan 2014 22:23:59 +0000 Subject: Add 'image and 'value tests for enumerations, missing in gna bug 7751 testcase. Add missing cases for Type_Mode_E32 in Translation.adb --- testsuite/gna/bug7751/testsuite.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuite/gna/bug7751/testsuite.sh') 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" -- cgit