diff options
author | Garrett Smith <g@rre.tt> | 2016-05-02 19:07:51 -0700 |
---|---|---|
committer | Garrett Smith <g@rre.tt> | 2016-05-02 19:07:51 -0700 |
commit | 37abeb40c08813e88a095d3d684f23e3d6c2ee8f (patch) | |
tree | 81b6e61973246a603a5d50c238fa5b4f13b527b8 | |
parent | da0e2c22959c976420b60def760b348aa200d6e2 (diff) |
Reinstated test
-rw-r--r-- | test/rebar_file_utils_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rebar_file_utils_SUITE.erl b/test/rebar_file_utils_SUITE.erl index 23c5792..a44a06d 100644 --- a/test/rebar_file_utils_SUITE.erl +++ b/test/rebar_file_utils_SUITE.erl @@ -24,6 +24,7 @@ all() -> [{group, tmpdir}, {group, reset_dir}, + path_from_ancestor, canonical_path, resolve_link, split_dirname]. |