diff options
author | Frederico Linhares <fred@linhares.blue> | 2022-05-26 11:26:28 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2022-05-26 11:26:28 -0300 |
commit | 5baa7560704117c5528c9903c218df73793c8a33 (patch) | |
tree | c774968a0207dae342e13a4d8571bd99bb06f7b7 /test/Rakefile | |
parent | f5534bad1f8430b769f21fa727ff29ebc539194c (diff) |
test Collision and alignment detection
Diffstat (limited to 'test/Rakefile')
-rw-r--r-- | test/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rakefile b/test/Rakefile index 586f646..c449fad 100644 --- a/test/Rakefile +++ b/test/Rakefile @@ -14,7 +14,7 @@ OBJ = 'test' -RB_FILES = FileList['src/*.rb'] +RB_FILES = FileList['src/**/*.rb'] task :build do rb_files = RB_FILES.inject('') {_1 + "#{_2} "} |