hoist parfait boot out of the machine boot
This commit is contained in:
@ -18,6 +18,7 @@ module Risc
|
||||
end
|
||||
class TestInterpreterStarts < MiniTest::Test
|
||||
def setup
|
||||
Parfait.boot!
|
||||
@machine = Risc.machine.boot
|
||||
@machine.translate(:interpreter)
|
||||
@machine.position_all
|
||||
@ -37,6 +38,7 @@ module Risc
|
||||
end
|
||||
class TestInterpreterTicks < MiniTest::Test
|
||||
def setup
|
||||
Parfait.boot!
|
||||
@machine = Risc.machine.boot
|
||||
@machine.translate(:interpreter)
|
||||
@machine.position_all
|
||||
|
Reference in New Issue
Block a user