mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Add test for QuicksortApp
This commit is contained in:
parent
87f3803e56
commit
d2ca4bd30a
2 changed files with 8 additions and 0 deletions
1
benchmarks/.gitignore
vendored
1
benchmarks/.gitignore
vendored
|
@ -13,3 +13,4 @@ rbtree-del
|
||||||
rbtree-ck
|
rbtree-ck
|
||||||
test-astar
|
test-astar
|
||||||
test-base64
|
test-base64
|
||||||
|
quicksortapp
|
||||||
|
|
|
@ -355,6 +355,13 @@ mod cli_run {
|
||||||
expected_ending: "",
|
expected_ending: "",
|
||||||
use_valgrind: true,
|
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<'_>>) {
|
fn check_for_tests(examples_dir: &str, all_examples: &mut HashMap<&str, Example<'_>>) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue