]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/test-simple/test/test-basic.el
Merge commit 'ec7ba4f2dbae0901724483de5868127a1cbc38e9'
[gnu-emacs-elpa] / packages / test-simple / test / test-basic.el
index 72cb5b35263d72560b64baa1a633cb1e041570b0..27518266753745a9edc6f787bef164e35fb0cd86 100644 (file)
@@ -1,3 +1,24 @@
+;;; test-simple.el --- Simple Unit Test Framework for Emacs Lisp
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein <rocky@gnu.org>
+;; URL: http://github.com/rocky/emacs-test-simple
+;; Keywords: unit-test
+;; Version: 1.0
+
+;; This program is free software: you can redistribute it and/or
+;; modify it under the terms of the GNU General Public License as
+;; published by the Free Software Foundation, either version 3 of the
+;; License, or (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this program.  If not, see
+;; <http://www.gnu.org/licenses/>.
 (require 'cl)
 (load-file "../test-simple.el")
 (test-simple-start "test-simple.el")