You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
497 B

преди 16 години
преди 11 години
преди 9 години
  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 ..