]> git.eshelyaron.com Git - emacs.git/commit
Use --module-assertions if modules are available
authorPhilipp Stephani <phst@google.com>
Wed, 14 Jun 2017 10:18:36 +0000 (12:18 +0200)
committerPhilipp Stephani <phst@google.com>
Wed, 14 Jun 2017 10:24:11 +0000 (12:24 +0200)
commitac649dc4b48be3fab8c904012aca4c07b0019041
treed37c78f2608ebc362157a1592d1b03bf8edd5335
parenta2f7cc3499a0d5132bf075aa0da87121be1ed178
Use --module-assertions if modules are available

Using --module-assertions helps us find bugs in the test module.  But
we can use it only if Emacs was compiled with module support.

* test/Makefile.in (MODULES_EMACSOPT): New variable.
(emacs): Use it.
test/Makefile.in