mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
trying rust expect
This commit is contained in:
parent
2c88674d97
commit
40ba121148
7 changed files with 58 additions and 36 deletions
|
@ -56,6 +56,11 @@ fi
|
|||
./roc examples/platform-switching/rocLovesC.roc
|
||||
|
||||
# test repl
|
||||
expect ../ci/repl_test.exp
|
||||
cd ../ci/repl_basic_test
|
||||
cargo build --release
|
||||
cp /target/release/repl_basic_test ../../roc_nightly
|
||||
cd ../../roc_nightly
|
||||
./repl_basic_test
|
||||
|
||||
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue