diff options
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py index 3a6886f..b3377cd 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1328,6 +1328,11 @@ def run_selftests(): verify_range("HEX_RANGE_10_40_DEPENDENT", 0x10, 0x40, 0x10) verify_range("INT_RANGE_10_40_DEPENDENT", 10, 40, 10) + # Ranges and symbols defined in multiple locations + + verify_value("INACTIVE_RANGE", "2") + verify_value("ACTIVE_RANGE", "1") + # # get_referenced_symbols() # |
