]> git.eshelyaron.com Git - emacs.git/commit
Skip tests if test subdir is missing
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 May 2019 21:19:26 +0000 (14:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 May 2019 21:54:38 +0000 (14:54 -0700)
commitb5376e0ebd7b62f00c1b64aef87cd8d96cfbc71a
tree4c549292720246066a8d6ea72d6810b2fdc5d701
parentdae48faec640bba57a42c1a81cc0ab6703a2ddbd
Skip tests if test subdir is missing

Problem reported by Jeffrey Walton in:
https://lists.gnu.org/r/emacs-devel/2019-05/msg00041.html
* Makefile.in (CHECK_TARGETS): New macro; use it
to simplify 'check' and similar rules.
($(CHECK_TARGETS)): If tests are missing, do not fail
after issuing a diagnostic.  Just skip the tests.
Makefile.in