Skip to content

Commit

Permalink
Removing eqc code compile from make test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngerakines committed May 13, 2009
1 parent 7992849 commit b5d3f2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Expand Up @@ -4,10 +4,12 @@ VERSION=0.2
all:
mkdir -p ebin/
(cd src;$(MAKE))
(cd t;$(MAKE))

test: all
prove -v t/*.t
prove t/*.t

test-eqc: all
(cd t;$(MAKE))

clean:
(cd src;$(MAKE) clean)
Expand Down

0 comments on commit b5d3f2f

Please sign in to comment.