]> git.eshelyaron.com Git - emacs.git/commit
Fix bugs in simplified test dependencies
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Apr 2017 20:09:56 +0000 (13:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Apr 2017 20:12:40 +0000 (13:12 -0700)
commit8e394a7f35c2ba9297d222faa2689e177f268924
tree4dd9b4dadd09693d5dcf64891fd52f6882e77810
parent2b18ecec5e662ac551963b532c43271a6c6434d4
Fix bugs in simplified test dependencies

Problem reported by Glenn Morris in:
http://lists.gnu.org/archive/html/emacs-devel/2017-04/msg00017.html
* test/Makefile.in (LOGFILES, TESTS): Omit leading "./".
(TESTS): Omit unnecessary patsubst.
(test_template): Redo dependency heuristic, hopefully
correctly this time.  It's the .log file that depends,
not the phony test target.  Declare the phonies to be PHONY.
Resurrect the exception for the *-tests subdirectory.
Adjust to the fact that leading "./" is omitted now.
test/Makefile.in