]> git.eshelyaron.com Git - emacs.git/commit
Inline test module Makefile into main test Makefile
authorPhilipp Stephani <phst@google.com>
Tue, 13 Jun 2017 18:46:03 +0000 (20:46 +0200)
committerPhilipp Stephani <phst@google.com>
Tue, 13 Jun 2017 18:48:15 +0000 (20:48 +0200)
commit58b9b098a4cbefbe7ae28079a96625bd450c9316
tree06a75c54ff53a0f01e543aa58828496eda517859
parenta63aeb64b70ba20cd1611bf97e435dd43a1c93f7
Inline test module Makefile into main test Makefile

The test/data/emacs-module/Makefile only built a single target, and
inlining it into test/Makefile simplifies dependency tracking and
reduces code duplication.

* configure.ac: Don't build test/data/emacs-module/Makefile.

* Makefile.in ($(test_module)): Inline compilation.
(clean): Also clean test module outputs.
configure.ac
test/Makefile.in
test/data/emacs-module/Makefile.in [deleted file]