3 T
:= $(wildcard test/test*.rb
)
4 TO
:= $(subst .rb
,.log
,$(T
))
7 @cat
$(TO
) | ruby
test/aggregate.rb
10 $(RM
) $(TO
) $(addsuffix +,$(TO
))
12 t
= $(basename $(notdir $@
))
13 t_log
= $(subst .rb
,.log
,$@
)
16 @echo
$(t
); ruby
-I lib
$@
$(TEST_OPTS
) > $(t_log
)+ 2>&1
17 @mv
$(t_log
)+ $(t_log
)
23 .PHONY
: $(T
) Manifest.txt