From c80ece214967d8d948ac31ab5474c973fed52708 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 22 Sep 2020 00:10:49 +0900 Subject: Add `bintest` to `host-m32` target. --- target/host-m32.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/target/host-m32.rb b/target/host-m32.rb index d1cddc907..39b2c952f 100644 --- a/target/host-m32.rb +++ b/target/host-m32.rb @@ -11,4 +11,5 @@ MRuby::Build.new do |conf| # Turn on `enable_debug` for better debugging enable_debug conf.enable_test + conf.enable_bintest end -- cgit v1.2.3