mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Enable Autobahn Test Suite by default
Includes a variety of small changes that are a first step to improving the test system heavily.
This commit is contained in:
parent
806cde9ace
commit
74512fc84c
11 changed files with 244 additions and 514 deletions
8
Makefile
8
Makefile
|
@ -23,11 +23,3 @@ dep_gun = pkg://gun master
|
|||
# Standard targets.
|
||||
|
||||
include erlang.mk
|
||||
|
||||
# Extra targets.
|
||||
|
||||
.PHONY: autobahn
|
||||
|
||||
autobahn: clean clean-deps deps app build-tests
|
||||
@mkdir -p logs/
|
||||
@$(CT_RUN) -suite autobahn_SUITE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue