Develop and Download Open Source Software

Browse Subversion Repository

Contents of /test.rb

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (show annotations) (download)
Fri Apr 6 13:54:21 2007 UTC (16 years, 11 months ago) by bluedwarf
File size: 852 byte(s)
Improvement of documentations.

1 #!/usr/bin/ruby
2 #
3 # test.rb: All test suites of Edmaru based on Test::Unit.
4 #
5 # Copyright (C) 2007 Takashi Nakamoto
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License version 2 as
9 # published by the Free Software Foundation.
10 #
11 # This program is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 # 02110-1301 USA.
20 #
21 require "test/unit"
22 require "test/test_buffer.rb"
23 require "test/test_modeline_element.rb"

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26