#!/bin/bash# Copyright 2021 Ian Jackson and contributors# SPDX-License-Identifier: GPL-3.0-or-later# There is NO WARRANTY.# This is the top-level testing script. Run it as:# ./check-allset-e.${0%/*}/common.shx argument/checkx argument/check-equivrun_cargo_lf +1.63 test --workspacerun_cargo +nightly miri test --workspace -- --nocapturerun_cargo +nightly miri run --bin skeletonsecho'all checks passed.'