From: Dmitry Gutov Date: Thu, 9 May 2013 20:16:07 +0000 (+0400) Subject: Make 'make test' work when the test file is compiled X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/41b1eea33bf85095a2211e8963b0b307ce20147f Make 'make test' work when the test file is compiled --- diff --git a/company-tests.el b/company-tests.el index 7ff98891d..011a5d46c 100644 --- a/company-tests.el +++ b/company-tests.el @@ -25,6 +25,7 @@ ;;; Code: +(eval-when-compile (require 'cl)) (require 'ert) (require 'company) (require 'company-keywords)