summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ba24cdef9..14ff8077a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -88,6 +88,7 @@ task :clean do
end
sh "#{MAKE} clean -C tools/mruby #{MAKE_FLAGS}"
sh "#{MAKE} clean -C tools/mirb #{MAKE_FLAGS}"
+ sh "#{MAKE} clean -C test #{MAKE_FLAGS}"
end
desc "show build config summary"