25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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