trying rust expect

This commit is contained in:
Anton-4 2023-09-19 16:14:27 +02:00
parent 2c88674d97
commit 40ba121148
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
7 changed files with 58 additions and 36 deletions

View file

@ -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 ..