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

Removed asserts from unit tests

This commit is contained in:
Egobrain 2013-04-18 18:14:40 +04:00
parent 61b3157ad1
commit 3bf5b46786
8 changed files with 64 additions and 82 deletions

View file

@ -84,7 +84,7 @@ CT_RUN = ct_run \
-logdir logs
# -cover test/cover.spec
tests: ERLC_OPTS += -DTEST=1
tests: ERLC_OPTS += -DTEST=1 +'{parse_transform, eunit_autoexport}'
tests: clean clean-deps deps app build-tests
@mkdir -p logs/
@$(CT_RUN) -suite eunit_SUITE http_SUITE ws_SUITE