1
0
Fork 0
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:
Hiroshi SHIBATA 2019-06-02 14:50:42 +03:00
parent 8a3bd06d27
commit d710321800

View file

@ -23,6 +23,8 @@ module Racc
ASSET_DIR = File.join(TEST_DIR, 'assets') # test grammars
REGRESS_DIR = File.join(TEST_DIR, 'regress') # known-good generated outputs
FileUtils.cp File.join(TEST_DIR, "src.intp"), TEMP_DIR
INC = [
File.join(PROJECT_DIR, 'lib'),
File.join(PROJECT_DIR, 'ext'),