summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-02 14:50:42 +0300
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-19 18:18:04 +0900
commitd71032180021f4977978030b04a8d11ae5fb7337 (patch)
treee7e02d599e3803ab84a7fdd229e8d70320b6bcff /test
parent8a3bd06d277328cab362b0dffe99720fa5b09515 (diff)
Workaround for the external file for racc test
Diffstat (limited to 'test')
-rw-r--r--test/racc/helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/racc/helper.rb b/test/racc/helper.rb
index 83780f3656..035c76a1e3 100644
--- a/test/racc/helper.rb
+++ b/test/racc/helper.rb
@@ -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'),