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

il y a 9 ans
  1. PROJECT=ibrowse
  2. PLT_APPS=erts kernel stdlib ssl crypto public_key
  3. TEST_ERLC_OPTS=-pa ../ibrowse/ebin
  4. include erlang.mk
  5. test: app eunit unit_tests old_tests
  6. @echo "====================================================="
  7. unit_tests:
  8. @echo "====================================================="
  9. @echo "Running tests..."
  10. @cd test && make test && cd ..
  11. old_tests:
  12. @echo "====================================================="
  13. @echo "Running old tests..."
  14. @cd test && make old_tests && cd ..