diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-25 23:02:52 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-25 23:02:52 -0700 |
commit | 5bca8dfb9b3d8b4cb0ada8478708f9f9f87cc16b (patch) | |
tree | ad6e9ecec1ded9d5174ad3f3fec1b1535d563eff /test/automated/ert-tests.el | |
parent | 5a8816f3f23439bbf46dd4b827134c7608666336 (diff) | |
download | emacs-5bca8dfb9b3d8b4cb0ada8478708f9f9f87cc16b.tar.gz emacs-5bca8dfb9b3d8b4cb0ada8478708f9f9f87cc16b.tar.bz2 emacs-5bca8dfb9b3d8b4cb0ada8478708f9f9f87cc16b.zip |
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
Diffstat (limited to 'test/automated/ert-tests.el')
-rw-r--r-- | test/automated/ert-tests.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/automated/ert-tests.el b/test/automated/ert-tests.el index 53cbd1f1f88..45440e060c2 100644 --- a/test/automated/ert-tests.el +++ b/test/automated/ert-tests.el @@ -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: |