]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/test/elisp-tests.el
Merge commit 'eb0d8d9e687e1364098f9abc6f9281fcbc0d3abd' from company
[gnu-emacs-elpa] / packages / company / test / elisp-tests.el
similarity index 97%
rename from packages/company/company-elisp-tests.el
rename to packages/company/test/elisp-tests.el
index 9b7cba33379bda942d69cf1bfc8ac158548881c2..7fd02dee48725b4bad6c5425267edc0aac0a3fe0 100644 (file)
@@ -1,6 +1,6 @@
-;;; company-elisp-tests.el --- company-elisp tests
+;;; elisp-tests.el --- company-elisp tests
 
-;; Copyright (C) 2013-2014  Free Software Foundation, Inc.
+;; Copyright (C) 2013-2015  Free Software Foundation, Inc.
 
 ;; Author: Dmitry Gutov
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-
-;;; Commentary:
-;;
-
 ;;; Code:
 
+(require 'company-tests)
 (require 'company-elisp)
 
 (defmacro company-elisp-with-buffer (contents &rest body)