From afa6a2ea602fb26a16c6f0b9408339086f2790bd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 8 Jan 2023 21:44:44 +0000 Subject: Rakefile: fix Ruby-only test case name --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index cf4311e..efb62b1 100644 --- a/Rakefile +++ b/Rakefile @@ -8,7 +8,7 @@ rescue LoadError warn 'rake-compiler not available, cross compiling disabled' end -Rake::TestTask.new(:test) +Rake::TestTask.new('test-ruby') task 'test-ruby' => :compile task :default => :compile -- cgit v1.2.3-24-ge0c7