From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jimmy Guo To: gdb@sourceware.cygnus.com Subject: gdb.gdbtk tests Date: Thu, 23 Mar 2000 11:53:00 -0000 Message-id: X-SW-Source: 2000-03/msg00312.html 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 ] if ![file isdirectory $path] { perror return 1 (or exit 1) } - Jimmy Guo, guo@cup.hp.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jimmy Guo To: gdb@sourceware.cygnus.com Subject: gdb.gdbtk tests Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: X-SW-Source: 2000-q1/msg00777.html Message-ID: <20000401000000.6hzUfk-Co6ADmuDR4gHULgB7mMlVmfl8Qk9IxdyFi-U@z> 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 ] if ![file isdirectory $path] { perror return 1 (or exit 1) } - Jimmy Guo, guo@cup.hp.com