aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-17 09:14:03 +0900
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-17 16:51:40 +1300
commit060764d398a2b096fd50fe344ab7c26255656c61 (patch)
treeacdd0d8bb38ceb6fee6bee0561573929f724ba62 /Rakefile
parent941c08e77042b4404a10ee161f142a95ae9cfbba (diff)
downloadruby-openssl-060764d398a2b096fd50fe344ab7c26255656c61.tar.gz
Fixed inconsistency directory structure with ruby/ruby repo
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a3654cce..dedcce5d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,7 +11,8 @@ rescue LoadError
end
Rake::TestTask.new do |t|
- t.libs << 'test'
+ t.libs << 'test/openssl'
+ t.test_files = FileList["test/**/test_*.rb"]
t.warning = true
end