adjust program tests to new syntax, hello world works there too -)

This commit is contained in:
Torsten Ruger
2014-05-08 14:14:15 +03:00
parent c7d203f523
commit f7f0eee31a
5 changed files with 31 additions and 19 deletions

View File

@ -1,4 +1,4 @@
require_relative "test_asm"
require_relative "test_arm"
require_relative "test_small_program"
#require_relative "test_runner"
require_relative "parser/test_all"