This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


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

Re: testsuite, make check


Hi!

Wednesday, 28 February, 2001 Corinna Vinschen vinschen@redhat.com wrote:

CV> Hi,

CV> I'm trying to run a `make check' in the Cygwin testsuite for the
CV> first time. I get the error message

CV>         ERROR: runtest.exp does not exist.

CV> all the time. The runtest.exp file is correctly installed in
CV> /usr/share/dejagnu. So, what am I missing?

that  depends  on where runtest script itself lives on your system. by
default it tries to found runtest.exp in @bindir@/../share/dejagnu and
@bindir@/../../share/dejagnu 

cygwin  testsuite  tries  to use runtest from the current source tree,
and if it's not present uses the one from your path.

you  can  'export  DEJAGNULIBS=/usr/share/dejagnu'  to force it to use
absolute path instead of relative.

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19



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