mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Add test for QuicksortApp
This commit is contained in:
parent
87f3803e56
commit
d2ca4bd30a
2 changed files with 8 additions and 0 deletions
|
@ -355,6 +355,13 @@ mod cli_run {
|
|||
expected_ending: "",
|
||||
use_valgrind: true,
|
||||
},
|
||||
quicksort_app => Example {
|
||||
filename: "QuicksortApp.roc",
|
||||
executable_filename: "quicksortapp",
|
||||
stdin: &[],
|
||||
expected_ending: "todo put the correct quicksort answer here",
|
||||
use_valgrind: true,
|
||||
},
|
||||
}
|
||||
|
||||
fn check_for_tests(examples_dir: &str, all_examples: &mut HashMap<&str, Example<'_>>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue