organise tests to where they belong
This commit is contained in:
@ -12,5 +12,10 @@ module Risc
|
||||
label = Parfait.object_space.get_main.risc_instructions
|
||||
assert @translator.translate(label) , label
|
||||
end
|
||||
|
||||
def test_translate_space
|
||||
@assembler = Assembler.new(@machine , Collector.collect_space)
|
||||
assert @machine.translate_arm
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user