aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-08-26 17:54:22 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-08-26 17:59:32 +0900
commit4c1ca766918014b90caf37b08591485bc4261906 (patch)
tree7905594adc527d7b5a3abe4fdf1b5587d7d3983d /Rakefile
parentbc83a57b4acd4b4ae77a284c2c4383e8c9cdb94a (diff)
downloadruby-openssl-4c1ca766918014b90caf37b08591485bc4261906.tar.gz
Remove test/mdebug
It was not implemented in a good way - for example it doesn't compile on Windows and causes 'rake compile' to fail... So remove for now.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rakefile b/Rakefile
index e0fb9c8e..f3e7e3fa 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,12 +12,6 @@ Rake::TestTask.new do |t|
t.warning = true
end
-Rake::ExtensionTask.new('test/mdebug') do |ext|
- # hack to emit mdebug.so under ./test/
- ext.ext_dir = 'test/mdebug'
- ext.lib_dir = '.'
-end
-
RDoc::Task.new do |rdoc|
rdoc.main = "README.md"
rdoc.rdoc_files.include("*.md", "lib/**/*.rb", "ext/**/*.c")