Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

18 linhas
497 B

há 9 anos
  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 ..