mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
WIP refactor to build test platform once per test run
This commit is contained in:
parent
9ecb209f73
commit
0767115414
9 changed files with 219 additions and 175 deletions
|
@ -461,7 +461,7 @@ pub fn dir_path_from_root(dir_name: &str) -> PathBuf {
|
|||
path
|
||||
}
|
||||
|
||||
pub fn file_path_from_root(dir_name: &str, file_name: &str) -> PathBuf {
|
||||
pub fn from_root(dir_name: &str, file_name: &str) -> PathBuf {
|
||||
let mut path = dir_path_from_root(dir_name);
|
||||
|
||||
path.push(file_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue