Fixed almost all but Interpreter

150 only failing, seems only 1 bug though
and one in linker
This commit is contained in:
2019-08-13 00:13:29 +03:00
parent 9474932320
commit aaf169ad8d
23 changed files with 92 additions and 100 deletions

View File

@ -1,9 +1,9 @@
require_relative "helper"
require_relative "../helper"
# TODO move these to interpreter dir
module Mom
module Risc
module Builtin
class IntCmp < BuiltinTest
class IntCmp < Minitest::Test
include Ticker
def setup
end

View File

@ -1,8 +1,8 @@
require_relative "helper"
require_relative "../helper"
module Mom
module Risc
module Builtin
class IntMath < BuiltinTest
class IntMath < Minitest::Test
include Ticker
def setup
end