clyde 0.3.1

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

for tst in functests/*.sh ; do
    echo "=== Running $tst ==="
    $tst
done