mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
split out dylib creation
This commit is contained in:
parent
c4429d64e1
commit
610f8784cc
4 changed files with 147 additions and 8 deletions
|
@ -57,7 +57,7 @@ fn main() -> io::Result<()> {
|
|||
}
|
||||
Some((CMD_TEST, matches)) => {
|
||||
if matches.is_present(ROC_FILE) {
|
||||
test(Triple::host())
|
||||
test(matches, Triple::host())
|
||||
} else {
|
||||
eprintln!("What .roc file do you want to test? Specify it at the end of the `roc test` command.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue