Move cli_testing_examples under crates/cli/tests

This commit is contained in:
Jonathan Schear 2024-03-05 12:17:23 -05:00
parent d232a843e4
commit 813b0010b7
No known key found for this signature in database
GPG key ID: 0F4D841667534076
36 changed files with 28 additions and 14 deletions

View file

@ -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