From 060764d398a2b096fd50fe344ab7c26255656c61 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 17 Feb 2020 09:14:03 +0900 Subject: Fixed inconsistency directory structure with ruby/ruby repo --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Rakefile') 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 -- cgit v1.2.3