This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Running the insight testsuite



The recent move of the insight code into gdb/gdbtk left an 'orphan'
testsuite.
This patch seems to fix the problem.

Thanks
Elena

Index: gdb.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/testsuite/lib/gdb.exp,v
retrieving revision 1.153
diff -c -r1.153 gdb.exp
*** gdb.exp     1999/11/30 16:30:11     1.153
--- gdb.exp     2000/02/11 22:58:25
***************
*** 1619,1625 ****
    }
  
    set wd [pwd]
!   cd [file join $srcdir .. gdbtcl2]
    set env(GDBTK_LIBRARY) [pwd]
    cd [file join $srcdir .. .. tcl library]
    set env(TCL_LIBRARY) [pwd]
--- 1619,1625 ----
    }
  
    set wd [pwd]
!   cd [file join $srcdir .. gdbtk library]
    set env(GDBTK_LIBRARY) [pwd]
    cd [file join $srcdir .. .. tcl library]
    set env(TCL_LIBRARY) [pwd]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]