Merge pull request #790 from stwind/master
Erlang: support files under test/ folder
This commit is contained in:
commit
a79e050c13
@ -30,5 +30,7 @@ get_root([], Path) ->
|
||||
Path;
|
||||
get_root(["src" | Tail], _Path) ->
|
||||
lists:reverse(Tail);
|
||||
get_root(["test" | Tail], _Path) ->
|
||||
lists:reverse(Tail);
|
||||
get_root([_ | Tail], Path) ->
|
||||
get_root(Tail, Path).
|
||||
|
Loading…
Reference in New Issue
Block a user