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

4
scripts/run-rpc-test.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
cargo install --path deltachat-rpc-server/ --root "$PWD/venv"
PATH="$PWD/venv/bin:$PATH" tox -c deltachat-rpc-client