Ignore:
Timestamp:
May 12, 2008, 8:02:35 AM (16 years ago)
Author:
Tatsukawa, Akimichi
Message:

Unit tests for adl_parser fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/lib/adl_parser/Rakefile

    r36 r47  
    1010$DEBUG = false
    1111
    12 RACC_SRC = FileList["lib/*.y"]
    13 RACC_PARSER = FileList['lib/parser.rb']
     12RACC_SRC = FileList["*.y"]
     13RACC_PARSER = FileList['parser.rb']
    1414
    1515task :default => [:racc]
     
    2626
    2727
    28 RB_SRC = FileList["lib/*.rb"]
     28RB_SRC = FileList["*.rb"]
    2929TAGS = FileList['TAGS']
    3030desc "Generate TAGS by rtags."
     
    4040
    4141Rake::TestTask.new('test:shell') do |t|
    42   t.libs = ["lib"]
     42#  t.libs = ["lib"]
    4343  t.pattern = ['tests/shell_test.rb']
    4444  t.warning = true
Note: See TracChangeset for help on using the changeset viewer.