|
@ -120,6 +120,7 @@ clean(_Config, _File) -> |
|
|
rebar_file_utils:rm_rf(?TEST_DIR). |
|
|
rebar_file_utils:rm_rf(?TEST_DIR). |
|
|
|
|
|
|
|
|
'test-compile'(Config, _File) -> |
|
|
'test-compile'(Config, _File) -> |
|
|
|
|
|
?CONSOLE("NOTICE: Using experimental 'test-compile' command~n", []), |
|
|
ok = ensure_dirs(), |
|
|
ok = ensure_dirs(), |
|
|
%% Save code path |
|
|
%% Save code path |
|
|
CodePath = setup_code_path(), |
|
|
CodePath = setup_code_path(), |
|
|