commit | 80b2eb3c34c06bbd139216ad534e91e36a7eff10 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Tue Feb 01 13:36:58 2022 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Sun Apr 03 15:31:46 2022 +0100 |
tree | d5c3982f8a7f86c61f4c7bf1f5953ce63748fe0f | |
parent | 44aad371013c6275bae2ee580d26b0d44de2b228 [diff] |
gdb/tui/testsuite: refactor new-layout.exp test This commit changes the gdb.tui/new-layout.exp test to make use of a list of test descriptions, and a loop to check each description in turn. There's no change to what is actually tested after this commit. In future commits I plan to add additional tests to this file, and this will be easier now that all I have to do is add a new test description to the list.