clyde 0.8.0

A cross-platform package manager for prebuilt applications
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -euo pipefail
export RUST_BACKTRACE=1
cargo test --release

if ! command -v pytest ; then
    pip install pytest
fi
pytest functests -vs