Fixed almost all but Interpreter
150 only failing, seems only 1 bug though and one in linker
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user