summaryrefslogtreecommitdiff
path: root/test/racc
diff options
context:
space:
mode:
Diffstat (limited to 'test/racc')
-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'),