Skip to content

Commit

Permalink
Workaround for the external file for racc test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 19, 2019
1 parent 8a3bd06 commit d710321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/racc/helper.rb
Expand Up @@ -23,6 +23,8 @@ class TestCase < Test::Unit::TestCase
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'),
Expand Down

0 comments on commit d710321

Please sign in to comment.