From: Glenn Morris Date: Fri, 29 Feb 2008 04:27:23 +0000 (+0000) Subject: New file. X-Git-Tag: emacs-pretest-23.0.90~7567 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=366b88a2292bdbc87badcd1e26a24de799ba4bbc;p=emacs.git New file. --- diff --git a/test/ChangeLog b/test/ChangeLog new file mode 100644 index 00000000000..a5187e50489 --- /dev/null +++ b/test/ChangeLog @@ -0,0 +1,29 @@ +2008-02-29 Ulf Jasper + + * icalendar-testsuite.el: New file. + +;; Local Variables: +;; coding: iso-2022-7bit +;; add-log-time-zone-rule: t +;; End: + + Copyright (C) 2008 Free Software Foundation, Inc. + + 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, 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; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + +;;; arch-tag: 6f0d1c86-c141-46da-b387-cf17e38c7bf7 diff --git a/test/README b/test/README new file mode 100644 index 00000000000..ee9994d109d --- /dev/null +++ b/test/README @@ -0,0 +1,2 @@ +This directory contains files intended to test various aspects of +Emacs's functionality. Please help add tests!