0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 04:10:24 +00:00

Change some module calls to local function calls

This commit is contained in:
Loïc Hoguin 2013-05-15 14:46:24 +02:00
parent 6e33274c85
commit 517a31086b
2 changed files with 5 additions and 5 deletions

2
erlang.mk vendored
View file

@ -116,7 +116,7 @@ CT_SUITES ?=
CT_SUITES_FULL = $(addsuffix _SUITE,$(CT_SUITES))
tests: ERLC_OPTS += -DTEST=1 +'{parse_transform, eunit_autoexport}'
tests: clean clean-deps deps app build-tests
tests: clean deps app build-tests
@mkdir -p logs/
@$(CT_RUN) -suite $(CT_SUITES_FULL)
$(gen_verbose) rm -f test/*.beam