From 5baa7560704117c5528c9903c218df73793c8a33 Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Thu, 26 May 2022 11:26:28 -0300 Subject: test Collision and alignment detection --- test/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Rakefile') 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} "} -- cgit v1.2.3