From ebe3b578523c72d47659df672fedae03a6894e72 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Fri, 27 Mar 2015 22:52:31 +0000 Subject: gdb/testsuite: New skip_tui_tests predicate. Add a new predicate procedure to the gdb.exp library 'skip_tui_tests', which returns true if the tui is not compiled into gdb. Make use of this predicate in the gdb.base/tui-layout.exp test as an example. gdb/testsuite/ChangeLog: * lib/gdb.exp (skip_tui_tests): New proc. * gdb.base/tui-layout.exp: Check skip_tui_tests. --- gdb/testsuite/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/testsuite/ChangeLog') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a74ac52..3a947eb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-05-20 Andrew Burgess + + * lib/gdb.exp (skip_tui_tests): New proc. + * gdb.base/tui-layout.exp: Check skip_tui_tests. + 2015-05-19 Pedro Alves * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting): -- cgit v1.1