From af0f4bb20a66f1464fa25d31f9b69784f3119493 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 1 Mar 2015 17:14:06 -0600 Subject: include test dir in symlinks --- src/rebar_prv_compile.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rebar_prv_compile.erl b/src/rebar_prv_compile.erl index 3d952ab..bce4aab 100644 --- a/src/rebar_prv_compile.erl +++ b/src/rebar_prv_compile.erl @@ -124,7 +124,7 @@ copy_app_dirs(OldAppDir, AppDir) -> end, filelib:ensure_dir(filename:join(AppDir, "dummy")), %% link to src to be adjacent to ebin is needed for R15 use of cover/xref - [symlink_or_copy(OldAppDir, AppDir, Dir) || Dir <- ["priv", "include", "src"]]; + [symlink_or_copy(OldAppDir, AppDir, Dir) || Dir <- ["priv", "include", "src", "test"]]; false -> ok end. -- cgit v1.1