mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
for real this time
This commit is contained in:
parent
148b8a1020
commit
3ffe5abff2
1 changed files with 2 additions and 13 deletions
|
@ -816,19 +816,8 @@ mod cli_run {
|
||||||
// TODO: Improve this with a more-dynamic approach. (Read all subdirectories?)
|
// TODO: Improve this with a more-dynamic approach. (Read all subdirectories?)
|
||||||
// Some platform-switching examples live in nested directories
|
// Some platform-switching examples live in nested directories
|
||||||
if example_dir_name == "platform-switching" {
|
if example_dir_name == "platform-switching" {
|
||||||
for sub_dir in [
|
// TODO re-enable platform-switching tests
|
||||||
"c-platform",
|
continue;
|
||||||
"rust-platform",
|
|
||||||
"swift-platform",
|
|
||||||
"web-assembly-platform",
|
|
||||||
"zig-platform",
|
|
||||||
] {
|
|
||||||
all_examples
|
|
||||||
.remove(format!("{}/{}", example_dir_name, sub_dir).as_str())
|
|
||||||
.unwrap_or_else(|| { /* TODO re-enable this check */ });
|
|
||||||
|
|
||||||
// panic!("The example directory {}/{}/{} does not have any corresponding tests in cli_run. Please add one, so if it ever stops working, we'll know about it right away!", examples_dir, example_dir_name, sub_dir);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// We test benchmarks separately
|
// We test benchmarks separately
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue