Sha256: c26b7b12775b4688c6d78a66c7715ba3c627cffda75b09fd8b01ca8d39d5c0e3
Contents?: true
Size: 351 Bytes
Versions: 312
Compression:
Stored size: 351 Bytes
Contents
EXERCISE_FOLDERS = \ $(sort $(shell find exercises -maxdepth 1 -mindepth 1 -type d)) SHELL = bash REBAR3 = rebar3 test: $(EXERCISE_FOLDERS:%=%_test) %_test: @if [[ ! -f $*/rebar.conf ]]; then \ echo "$(*:exercises/%_test=%) not converted to rebar3"; \ false; \ fi @echo "running tests for $(*:exercises/%_test=%)" @cd $*; $(REBAR3) eunit
Version data entries
312 entries across 312 versions & 1 rubygems