Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Fix target to run common test only.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Oct 13, 2015
1 parent 4bd7c71 commit e57acbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REBAR = $(shell pwd)/rebar
.PHONY: deps compile rel
.PHONY: deps compile rel test

DIALYZER_APPS = kernel stdlib erts sasl eunit syntax_tools compiler crypto
DEP_DIR="_build/lib"
Expand Down
3 changes: 0 additions & 3 deletions tools.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
REBAR ?= ./rebar

test: compile
${REBAR} eunit skip_deps=true

docs:
${REBAR} doc skip_deps=true

Expand Down

0 comments on commit e57acbc

Please sign in to comment.