mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-21 11:09:50 +00:00
Move cli_testing_examples under crates/cli/tests
This commit is contained in:
parent
d232a843e4
commit
813b0010b7
36 changed files with 28 additions and 14 deletions
|
@ -411,6 +411,8 @@ pub fn cli_testing_dir(dir_name: &str) -> PathBuf {
|
|||
|
||||
// Descend into examples/{dir_name}
|
||||
path.push("crates");
|
||||
path.push("cli");
|
||||
path.push("tests");
|
||||
path.push("cli_testing_examples");
|
||||
path.extend(dir_name.split('/')); // Make slashes cross-target
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue