]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable byte-compilation in two test/automated files
authorGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2014 06:02:52 +0000 (23:02 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2014 06:02:52 +0000 (23:02 -0700)
* 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
test/ChangeLog
test/automated/eieio-tests.el
test/automated/ert-tests.el

index e3c748c8deb94e44f5bbf2172f91c77c82b71aaf..01cd55d99df66e55df1932627fca67d8dfcb0256 100644 (file)
@@ -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.
index 77ea75ddce20cc510b1650ddef6ec17900dc2c27..9a8886231d1d07db7465c09807dfa4d77237e9c0 100644 (file)
@@ -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:
index 53cbd1f1f88d328c50e93ca1367520e04fff6d70..45440e060c2610c4786e49d990eefc3ff6f712e4 100644 (file)
@@ -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: