aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: a743a2d00cd21ce91450ce9bf07f0624afeab8fd (plain) (tree)
1
2
3
4
5
6
7
8
9

                                        

                
          
 


                                                     
 

               
            


                                                              
 
                   
 
                 
 
                
 
                
 
                                               

                                        
# See LICENSE for licensing information.

PROJECT = cowboy

# Options.

COMPILE_FIRST = cowboy_middleware cowboy_sub_protocol
CT_SUITES = eunit http ws
PLT_APPS = crypto public_key ssl

# Dependencies.

DEPS = ranch
TEST_DEPS = ct_helper
dep_ranch = https://github.com/extend/ranch.git 0.8.2
dep_ct_helper = https://github.com/extend/ct_helper.git 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