reinserted arm for now, until dependecy is cleaned up. fixed tests

This commit is contained in:
Torsten Ruger
2014-08-30 19:40:37 +03:00
parent eb85bdd494
commit ccb5b37a3c
20 changed files with 1068 additions and 8 deletions

6
test/arm/test_all.rb Normal file
View File

@@ -0,0 +1,6 @@
require_relative "test_stack"
require_relative "test_control"
require_relative "test_logic"
require_relative "test_move"
require_relative "test_memory"
require_relative "test_compare"