mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Add a test for hello-rust
This commit is contained in:
parent
eab620cfc2
commit
8b0aa296f4
1 changed files with 9 additions and 0 deletions
|
@ -199,6 +199,15 @@ mod cli_run {
|
|||
use_valgrind: true,
|
||||
},
|
||||
],
|
||||
"hello-rust" => [
|
||||
hello_rust: Example {
|
||||
filename: "Hello.roc",
|
||||
executable_filename: "hello-world",
|
||||
stdin: &[],
|
||||
expected_ending:"Hello, World!\n",
|
||||
use_valgrind: true,
|
||||
},
|
||||
],
|
||||
"quicksort" => [
|
||||
quicksort: Example {
|
||||
filename: "Quicksort.roc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue