2 SHELL
= bash
-e
-o pipefail
3 O
:= $(shell echo
$$$$)
5 T
:= $(wildcard test/test*.rb
)
6 TO
:= $(subst .rb
,.
$(O
).log
, $(T
))
9 @cat
$^ | ruby
test/aggregate.rb
12 $(RM
) test/*.log
test/*.log
+
14 t
= $(basename $(notdir $<))
16 @echo
$(t
); ruby
-I lib
$< $(TEST_OPTS
) > $@
+ 2>&1