Makefile 164 B

1234567891011121314
  1. compile:
  2. rebar compile
  3. run:
  4. erl -pa ebin -pa deps/*/ebin -boot start_sasl -s epgsql_pool_app test_run
  5. ct:
  6. rebar ct skip_deps=true
  7. ct-clean:
  8. rm -rf logs/*