cscope: is only expected to work with GNU make in VPATH setup
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 15 Feb 2012 09:16:36 +0000 (10:16 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 15 Feb 2012 09:48:13 +0000 (10:48 +0100)
commitde839e5b0f4a95242f03f731110ac07e72cf146c
tree8556a89b7134a0104f51ae3cd668e32b2222c371
parent7604b2eede07b84b2f22c81a11db2078f8ffe3da
cscope: is only expected to work with GNU make in VPATH setup

The 'cscope' functionality does not properly handle VPATH rewrites;
so we explicitly document that, for now, it is only ensured to work
with GNU make when doing a VPATH build, and we adjust testsuite
requirements accordingly.

Issue revealed by a failure of 'cscope.test' with Solaris 10 CCS
make.

* doc/automake.texi (Tags): Document the limitations of the cscope
support.  Couple of fixlets to formatting since we are at it.
* tests/cscope.test: Converted to TAP, and thus moved ...
* tests/cscope.tap: ... here.  Only run tests with VPATH builds when
using GNU make.  Adjust so that no C, C++, Fortran or Java compiler,
nor any Emacs program, will be required to run this test.
* tests/list-of-tests.mk: Adjust.
doc/automake.texi
tests/cscope.tap [new file with mode: 0755]
tests/cscope.test [deleted file]
tests/list-of-tests.mk