您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

18 行
497 B

  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 ..