Disable byte-compilation in two test/automated files
* test/automated/eieio-tests.el (no-byte-compile): Set it. * test/automated/ert-tests.el (no-byte-compile): Set it. Fixes: debbugs:17851 debbugs:17852
This commit is contained in:
parent
5a8816f3f2
commit
5bca8dfb9b
3 changed files with 13 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
2014-06-26 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* automated/ert-tests.el (no-byte-compile): Set it. (Bug#17851)
|
||||
|
||||
* automated/eieio-tests.el (no-byte-compile): Set it. (Bug#17852)
|
||||
|
||||
* automated/Makefile.in: Simplify and parallelize. (Bug#15991)
|
||||
(XARGS_LIMIT, BYTE_COMPILE_EXTRA_FLAGS)
|
||||
(setwins, compile-targets, compile-main, compile-clean): Remove.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
;;; eieio-tests.el -- eieio tests routines
|
||||
|
||||
;; Copyright (C) 1999-2003, 2005-2010, 2012-2014 Free Software
|
||||
;; Foundation, Inc.
|
||||
;; Copyright (C) 1999-2003, 2005-2010, 2012-2014 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
|
@ -888,3 +887,7 @@ Subclasses to override slot attributes.")
|
|||
(provide 'eieio-tests)
|
||||
|
||||
;;; eieio-tests.el ends here
|
||||
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
|
|
|
@ -831,3 +831,7 @@ This macro is used to test if macroexpansion in `should' works."
|
|||
(provide 'ert-tests)
|
||||
|
||||
;;; ert-tests.el ends here
|
||||
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
|
|
Loading…
Add table
Reference in a new issue