]> git.eshelyaron.com Git - emacs.git/commit
Fix out-of-source ‘make check’ emacs-module-tests
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jul 2020 23:35:48 +0000 (16:35 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 25 Sep 2020 17:33:27 +0000 (10:33 -0700)
commitcc7f9714858ab9f1fc30ffcfc5acc018da2b5d4d
treedd83072f2976516812261bc93aee292d79c2964e
parentf31c6792ab98c8be343838f59d96e35c05353521
Fix out-of-source ‘make check’ emacs-module-tests

Problem reported by Koki Fukuda in:
https://lists.gnu.org/r/emacs-devel/2020-07/msg00169.html
* test/Makefile.in (MODULE_CFLAGS):
Include from the same directories included from in ../src.
* test/src/emacs-module-tests.el (module/describe-function-1):
Strip path to source directory.

(cherry picked from commit c86f3fe0d023cdd25edbbce91c5b32654f2b734e)
test/Makefile.in
test/src/emacs-module-tests.el