mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Workaround for the external file for racc test
This commit is contained in:
parent
8a3bd06d27
commit
d710321800
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ module Racc
|
||||||
ASSET_DIR = File.join(TEST_DIR, 'assets') # test grammars
|
ASSET_DIR = File.join(TEST_DIR, 'assets') # test grammars
|
||||||
REGRESS_DIR = File.join(TEST_DIR, 'regress') # known-good generated outputs
|
REGRESS_DIR = File.join(TEST_DIR, 'regress') # known-good generated outputs
|
||||||
|
|
||||||
|
FileUtils.cp File.join(TEST_DIR, "src.intp"), TEMP_DIR
|
||||||
|
|
||||||
INC = [
|
INC = [
|
||||||
File.join(PROJECT_DIR, 'lib'),
|
File.join(PROJECT_DIR, 'lib'),
|
||||||
File.join(PROJECT_DIR, 'ext'),
|
File.join(PROJECT_DIR, 'ext'),
|
||||||
|
|
Loading…
Reference in a new issue