Changeset 63


Ignore:
Timestamp:
Jun 9, 2008, 8:00:11 PM (16 years ago)
Author:
KOBAYASHI, Shinji
Message:

move test library

Location:
ruby/trunk/tests
Files:
1 edited
4 copied

Legend:

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

    r46 r63  
    1010$DEBUG = false
    1111
    12 RACC_SRC = FileList["lib/*.y"]
    13 RACC_PARSER = FileList['lib/parser.rb']
     12RACC_SRC = FileList["../../lib/adl_parser/*.y"]
     13RACC_PARSER = FileList['../../lib/adl_parser/parser.rb']
    1414
    1515task :default => [:racc]
     
    2626
    2727
    28 RB_SRC = FileList["lib/*.rb"]
     28RB_SRC = FileList["../../lib/adl_parser/*.rb"]
    2929TAGS = FileList['TAGS']
    3030desc "Generate TAGS by rtags."
Note: See TracChangeset for help on using the changeset viewer.