Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Jun 25, 2015
1 parent a608228 commit 03db865
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
logs/
.eunit
deps
*.o
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ dep_xref_runner = git git://github.com/inaka/xref_runner.git 0.2.2

include erlang.mk

ERLC_OPTS += +'{parse_transform, lager_transform}'

SHELL_OPTS = -s sync

# Commont Test Config
CT_DEPS = xref_runner

TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'
CT_OPTS = -cover test/trails.coverspec -erl_args

0 comments on commit 03db865

Please sign in to comment.