summaryrefslogtreecommitdiff
path: root/test/Rakefile
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2022-05-26 11:26:28 -0300
committerFrederico Linhares <fred@linhares.blue>2022-05-26 11:26:28 -0300
commit5baa7560704117c5528c9903c218df73793c8a33 (patch)
treec774968a0207dae342e13a4d8571bd99bb06f7b7 /test/Rakefile
parentf5534bad1f8430b769f21fa727ff29ebc539194c (diff)
test Collision and alignment detection
Diffstat (limited to 'test/Rakefile')
-rw-r--r--test/Rakefile2
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} "}