branch: scratch/el-mock commit 5b0afab8e9bbcb0d07ae5c02a254f0aca4188870 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* test/test-helper.el: Mark as not compiled This file uses macros from libraries that are not necessarily installed. --- test/test-helper.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test-helper.el b/test/test-helper.el index 44dd03aee1..25b52dfd8b 100644 --- a/test/test-helper.el +++ b/test/test-helper.el @@ -7,3 +7,7 @@ (undercover "*.el" "el-mock/*.el" (:exclude "*-test.el")) (require 'el-mock (f-expand "el-mock.el" (f-parent (f-parent (f-this-file))))) + +;; Local Variables: +;; no-byte-compile: t +;; End: