public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* gdb.gdbtk tests
@ 2000-03-23 11:53 Jimmy Guo
  2000-03-23 14:56 ` Andrew Cagney
  2000-04-01  0:00 ` Jimmy Guo
  0 siblings, 2 replies; 8+ messages in thread
From: Jimmy Guo @ 2000-03-23 11:53 UTC (permalink / raw)
  To: gdb

These tests apparently require top level tk/, tix/, itcl/, and libgui/
(the Cygnus GUI) components be present in the source tree (per
gdb/testsuite/lib/gdb.exp (gdbtk_start)).  Will these components be part
of public tree any time soon?

Besides, it's better to have a sanity check routine testing all
dependencies before even trying gdb_compile, like the skip_hp_tests one.

Some codes like below will be better:

set path [file join <whatever path>]
if ![file isdirectory $path] {
   perror <error message>
   return 1 (or exit 1)
}

- Jimmy Guo, guo@cup.hp.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-23 11:53 gdb.gdbtk tests Jimmy Guo
2000-03-23 14:56 ` Andrew Cagney
2000-03-23 15:02   ` Jimmy Guo
2000-03-23 16:50     ` Andrew Cagney
2000-04-01  0:00       ` Andrew Cagney
2000-04-01  0:00     ` Jimmy Guo
2000-04-01  0:00   ` Andrew Cagney
2000-04-01  0:00 ` Jimmy Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).