start new elf testing category (and minors)

This commit is contained in:
Torsten Ruger
2015-10-13 17:30:39 +03:00
parent f506f95cbf
commit 5122137a33
7 changed files with 8 additions and 3 deletions

1
test/elf/test_all.rb Normal file
View File

@ -0,0 +1 @@
require_relative "test_hello"

View File

@ -1,5 +1,7 @@
require_relative "compiler/test_all"
require_relative "elf/test_all"
require_relative "parfait/test_all"
require_relative "fragments/test_all"