root/lang/ruby/ssb/trunk/test/all.rb @ 2326

Revision 2326, 347 bytes (checked in by tokuhirom, 5 years ago)
  • Property svn:mime-type set to text/x-ruby; charset=utf-8
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date Author Rev URL
Line 
1# all.rb - Unit test for all modules
2#
3# Author:: MIZOGUCHI Coji <mizoguchi.coji at gmail.com>
4# License:: Distributes under the same terms as Ruby
5#
6# $Id$
7#
8require 'test/unit'
9require 'config/common.rb'
10require 'test/test_ktai_spec'
11require 'test/test_time_stamper'
12require 'test/test_request'
13require 'test/test_ssb'
14require 'test/test_emoji'
Note: See TracBrowser for help on using the browser.