|
@ -309,10 +309,10 @@ src_dirs(SrcDirs) -> |
|
|
SrcDirs. |
|
|
SrcDirs. |
|
|
|
|
|
|
|
|
test_dir() -> |
|
|
test_dir() -> |
|
|
filename:join(rebar_utils:get_cwd(), ?TEST_DIR). |
|
|
|
|
|
|
|
|
filename:join(get_cwd(), ?TEST_DIR). |
|
|
|
|
|
|
|
|
ebin_dir() -> |
|
|
ebin_dir() -> |
|
|
filename:join(rebar_utils:get_cwd(), "ebin"). |
|
|
|
|
|
|
|
|
filename:join(get_cwd(), "ebin"). |
|
|
|
|
|
|
|
|
processing_base_dir(Config) -> |
|
|
processing_base_dir(Config) -> |
|
|
Cwd = rebar_utils:get_cwd(), |
|
|
Cwd = rebar_utils:get_cwd(), |
|
|