New file.

This commit is contained in:
Glenn Morris 2008-02-29 04:27:23 +00:00
parent 21e8bc996d
commit 366b88a229
2 changed files with 31 additions and 0 deletions

29
test/ChangeLog Normal file
View file

@ -0,0 +1,29 @@
2008-02-29 Ulf Jasper <ulf.jasper@web.de>
* 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

2
test/README Normal file
View file

@ -0,0 +1,2 @@
This directory contains files intended to test various aspects of
Emacs's functionality. Please help add tests!