help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug: tests only work in $(srcdir)


From: John W. Millaway
Subject: bug: tests only work in $(srcdir)
Date: Thu, 18 Apr 2002 16:23:09 -0700 (PDT)

Another bug A `make test` only works inside the source directory itself, and
not in a build directory, i.e., this fails:

$ tar xzf flex-2.5.6.tar.gz
$ mkdir temp-build-dir
$ cd temp-build-dir/
$ ../flex-2.5.6/configure
$ make
$ cd tests/
$ make test  # All tests will fail (actually, they are "SKIPPED". See my
previous email for an explanation.)

I think the fix is to replace "$(scrdir)/$(testname)$(EXEEXT)"
with "./$(testname)$(EXEEXT)"  .

Should I fix this or are you working on the tests now?


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]