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:
parent
61b3157ad1
commit
3bf5b46786
8 changed files with 64 additions and 82 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue