move interpreter tests to register

to shadow the interpreter move / the lib structure
This commit is contained in:
Torsten Ruger
2015-11-18 12:07:37 +02:00
parent 979660f282
commit cab7e61f8b
9 changed files with 2 additions and 3 deletions

View File

@ -0,0 +1,5 @@
require_relative "test_add"
require_relative "test_if"
require_relative "test_puts"
require_relative "test_plus"
require_relative "test_mult"