branch: master
commit 08111804385ed534432d1a43b6b0776b1a0e9b77
Author: fabacino <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy-test.el: Fix checkdoc warnings
---
ivy-test.el | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/ivy-test.el b/ivy-test.el
index 77b5859..bfde0ae 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -19,6 +19,12 @@
;; For a full copy of the GNU General Public License
;; see <http://www.gnu.org/licenses/>.
+;;; Commentary:
+;;
+;; This packages provides the tests for `ert'. They can be executed
+;; from the command line as well by calling "make test".
+
+;;; Code:
(require 'ert)
;; useful for #'ivy-read-remap. It must arrive before (require 'ivy)
@@ -503,3 +509,5 @@
"bl"))))
(provide 'ivy-test)
+
+;;; ivy-test.el ends here