Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

18 lignes
497 B

PROJECT=ibrowse
PLT_APPS=erts kernel stdlib ssl crypto public_key
TEST_ERLC_OPTS=-pa ../ibrowse/ebin
include erlang.mk
test: app eunit unit_tests old_tests
@echo "====================================================="
unit_tests:
@echo "====================================================="
@echo "Running tests..."
@cd test && make test && cd ..
old_tests:
@echo "====================================================="
@echo "Running old tests..."
@cd test && make old_tests && cd ..