]> 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)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jul 2020 23:38:45 +0000 (16:38 -0700)
commitc86f3fe0d023cdd25edbbce91c5b32654f2b734e
tree004802f07c19802bec6ad6b6ae34b08474aabaaa
parentc8b6006d82196f9063581e988ea12d6c99c95536
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.
test/Makefile.in
test/src/emacs-module-tests.el