summaryrefslogtreecommitdiff
path: root/ext/-test-/path_to_class/extconf.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-10 09:43:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-10 09:43:47 +0000
commita5beed9ff467be394afc4957f0c9b12765c81743 (patch)
tree27115d453f89f9dfb22314edc223646193f6bcb0 /ext/-test-/path_to_class/extconf.rb
parent09bdb7913c0bf7f2b15d1c7f46b566e35fc5eb82 (diff)
ext/-test-: reduce feature names
* ext/-test-/**/extconf.rb: bring up extension libraries which have same name as the parent directory to reduce feature names. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/-test-/path_to_class/extconf.rb')
-rw-r--r--ext/-test-/path_to_class/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/path_to_class/extconf.rb b/ext/-test-/path_to_class/extconf.rb
index 8f05248d87..d465b36d9c 100644
--- a/ext/-test-/path_to_class/extconf.rb
+++ b/ext/-test-/path_to_class/extconf.rb
@@ -4,4 +4,4 @@ inits = $srcs.map {|s| File.basename(s, ".*")}
inits.delete("init")
inits.map! {|s|"X(#{s})"}
$defs << "-DTEST_INIT_FUNCS(X)=\"#{inits.join(' ')}\""
-create_makefile("-test-/path_to_class/path_to_class")
+create_makefile("-test-/path_to_class")