Add scripts for running deltachat-rpc-client tests

This commit is contained in:
link2xt
2023-10-26 19:45:14 +00:00
parent 2f5c6b5e16
commit df6f974eca
3 changed files with 21 additions and 4 deletions

6
scripts/make-rpc-testenv.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
tox -c deltachat-rpc-client -e py --devenv venv
venv/bin/pip install --upgrade pip
cargo install --path deltachat-rpc-server/ --root "$PWD/venv"