Changeset 5287 for platform/tdiary/Rakefile
- Timestamp:
- 01/22/08 18:38:50 (10 months ago)
- Files:
-
- 1 modified
-
platform/tdiary/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/Rakefile
r5282 r5287 27 27 desc 'Run all tests' 28 28 task :test do 29 test_files = FileList[File.join('test', '**', '*_test.rb')] 30 opt_load_paths = [File.join(package[:root], 'plugin')].map{|path| "-I#{path}" }.join(' ') 31 test_files.each do |t| 32 ruby opt_load_paths, t 33 end29 require 'rake/testtask' 30 Rake::TestTask.new do |t| 31 t.test_files = FileList[File.join('test', '**', '*_test.rb')] 32 t.ruby_opts << [File.join(package[:root], 'plugin')].map{|path| "-I#{path}" }.join(' ') 33 end 34 34 end 35 35
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)