11 $(REBAR3
) as test do eunit
,cover
13 # Compile and run unit test for individual modules: 'make test-oxgw_util'
14 # or 'make test-oxgw_util test-oxgw_request'
16 $(REBAR3
) as test do eunit
-m
$*
22 @echo
$(shell awk
'match($$0, /[0-9]+\.[0-9]+(\.[0-9]+)+/){print substr($$0, RSTART,RLENGTH); exit}' ChangeLog
)
25 if
test -d _build
; then
$(REBAR3
) clean; fi
27 maintainer-clean
: clean
30 .PHONY
: all test name version
clean maintainer-clean