split the tests in to files

This commit is contained in:
Torsten Ruger
2015-05-15 20:59:33 +03:00
parent 778d751c55
commit b5d44bf2f3
4 changed files with 39 additions and 130 deletions

3
test/test_all.rb Normal file
View File

@ -0,0 +1,3 @@
require_relative "test_basic"
require_relative "test_object"
require_relative "test_ext"