emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104196: * automated/gnus-tests.el: A


From: Ted Zlatanov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104196: * automated/gnus-tests.el: Add wrapper for Gnus tests.
Date: Wed, 11 May 2011 16:31:33 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104196
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Wed 2011-05-11 16:31:33 -0500
message:
  * automated/gnus-tests.el: Add wrapper for Gnus tests.
added:
  test/automated/gnus-tests.el
modified:
  test/ChangeLog
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2011-05-09 23:21:32 +0000
+++ b/test/ChangeLog    2011-05-11 21:31:33 +0000
@@ -1,3 +1,7 @@
+2011-05-11  Teodor Zlatanov  <address@hidden>
+
+       * automated/gnus-tests.el: Add wrapper for Gnus tests.
+
 2011-05-09  Juri Linkov  <address@hidden>
 
        * automated/occur-tests.el: Move from test/occur-testsuite.el.

=== added file 'test/automated/gnus-tests.el'
--- a/test/automated/gnus-tests.el      1970-01-01 00:00:00 +0000
+++ b/test/automated/gnus-tests.el      2011-05-11 21:31:33 +0000
@@ -0,0 +1,33 @@
+;;; gnus-tests.el --- Wrapper for the Gnus tests
+
+;; Copyright (C) 2011  Free Software Foundation, Inc.
+
+;; Author: Teodor Zlatanov <address@hidden>
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs 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.
+
+;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;; This file should contain nothing but requires for all the Gnus
+;; tests that are not standalone.
+
+;;; Code:
+;; registry.el is required by gnus-registry.el but this way we're explicit.
+(require 'registry)
+(require 'gnus-registry)
+
+(provide 'gnus-tests)
+;;; gnus-tests.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]