]> git.eshelyaron.com Git - emacs.git/commit
Fix emacs-module-tests to work out of build tree
authorAndy Moreton <andrewjmoreton@gmail.com>
Fri, 26 Jan 2018 10:09:42 +0000 (12:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Jan 2018 10:09:42 +0000 (12:09 +0200)
commite08f241658667a328bade89ab479fc5f7389bb9b
tree8dcec0a391a46e0cb3cce343f0499877fa84628c
parent62e4148a395c706aa87ca6d00110f0e174ece9f1
Fix emacs-module-tests to work out of build tree

* test/Makefile.in (test_module_dir): Build the test module library in
a subdirectory of the build directory (not the source tree).
(MODULE_CFLAGS): Fix location of emacs-module.h header file.
(test_module): Move built library out of the source tree.
* test/src/emacs-module-tests.el (mod-test-file): Locate the test module
library relative to the running Emacs executable.
test/Makefile.in
test/src/emacs-module-tests.el