summaryrefslogtreecommitdiff
path: root/tests/run-installed
blob: e9f9842bcc385606017f3095ad796fcff25fcfb2 (plain)
1
2
3
4
5
6
#!/bin/bash
# Run this script after e.g. `sudo make install` in a development container/host
# to run tests which operate on the installed binaries.
set -xeuo pipefail
dn=$(dirname $0)
(cd ${dn}/../tests/inst && cargo run --release)