]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/test-simple/example/gcd-tests.el
Version 1.2.0 Sync with github
[gnu-emacs-elpa] / packages / test-simple / example / gcd-tests.el
similarity index 90%
rename from packages/test-simple/example/test-gcd.el
rename to packages/test-simple/example/gcd-tests.el
index 8ffdce8806ea54f5522faa85494e133bc6d5a9dc..b4e58d60f5524fc29e221ba022ab7a7266d0c8f0 100644 (file)
@@ -1,4 +1,4 @@
-;;; test-simple.el --- Simple Unit Test Framework for Emacs Lisp
+;;; gcd-tests.el
 ;; Copyright (C) 2015 Free Software Foundation, Inc
 
 ;; Author: Rocky Bernstein <rocky@gnu.org>
@@ -19,6 +19,7 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program.  If not, see
 ;; <http://www.gnu.org/licenses/>.
+;;;; (test-simple-run "emacs -batch -L %s -l %s" (file-name-directory (locate-library "test-simple.elc")) buffer-file-name)
 (require 'test-simple)
 
 (test-simple-start)