Show
Ignore:
Timestamp:
01/22/08 17:17:57 (10 months ago)
Author:
hsbt
Message:

platform/tdiary/Rakefile: modify test task.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/Rakefile

    r5271 r5282  
    2727desc 'Run all tests' 
    2828task :test do 
    29   require 'test/unit' 
    3029  test_files     = FileList[File.join('test', '**', '*_test.rb')] 
    3130  opt_load_paths = [File.join(package[:root], 'plugin')].map{|path| "-I#{path}" }.join(' ')