Skip to content

Commit

Permalink
make rebar3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
artemeff committed Jan 7, 2016
1 parent f2cade9 commit 0d3caa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
*.o
*.plt
*.beam
*.app
.rebar
_build
.eunit
/deps
erl_crash.dump
/src/eql_parser.erl
2 changes: 1 addition & 1 deletion test/eql_compiler_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ test_file() ->

from_examples_dir(File) ->
{ok, Cwd} = file:get_cwd(),
filename:join([filename:dirname(Cwd), "examples", File]).
filename:join([Cwd, "examples", File]).

0 comments on commit 0d3caa5

Please sign in to comment.