Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
add rebar test target, unit tests come tomorrow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed Mar 8, 2011
1 parent 0556687 commit 83c9b82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ distclean: clean

docs:
@erl -noshell -run edoc_run application '$(APP)' '"."' '[]'

test: all
@(./rebar skip_deps=true eunit)

0 comments on commit 83c9b82

Please sign in to comment.