Add a test for hello-rust

This commit is contained in:
Richard Feldman 2021-07-21 23:15:59 -04:00
parent eab620cfc2
commit 8b0aa296f4

View file

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