2016-12-30 20:48:14 +02:00
|
|
|
require_relative "../helper"
|
|
|
|
|
2017-01-19 09:02:29 +02:00
|
|
|
module Risc
|
2016-12-30 20:48:14 +02:00
|
|
|
class TestMachine < MiniTest::Test
|
|
|
|
|
|
|
|
def setup
|
2017-01-19 09:02:29 +02:00
|
|
|
@machine = Risc.machine.boot
|
2016-12-30 20:48:14 +02:00
|
|
|
end
|
|
|
|
|
2018-03-26 19:43:03 +03:00
|
|
|
def test_co
|
|
|
|
|
2016-12-30 20:48:14 +02:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|