]> git.eshelyaron.com Git - emacs.git/commit
Further simplify test/Makefile, optionally load elc tests
authorNoam Postavsky <npostavs@gmail.com>
Wed, 31 May 2017 03:31:18 +0000 (23:31 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 31 May 2017 11:43:54 +0000 (07:43 -0400)
commit94306c8b0d61a53b19dcee18475ea8692b001f5d
tree33b806f50e88a57098139209f6113af4bf94c435
parent7b4a0e2884004f44f3bdebecbcdfb6b6dcf99fdd
Further simplify test/Makefile, optionally load elc tests

* test/Makefile.in: Use make's error ignoring feature instead of
suppressing test errors with shell.  Compile test files in the main
make invocation instead of a recursive 'make' call.  Optionally load
.elc test files if TEST_LOAD_EL is set to something other than 'yes'.
Remove obsolete commentary.
test/Makefile.in