split out dylib creation

This commit is contained in:
Folkert 2022-06-26 01:47:53 +02:00
parent c4429d64e1
commit 610f8784cc
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 147 additions and 8 deletions

View file

@ -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.");