#!/bin/bash
set -e
cd "${BASH_SOURCE%/*}"/..

RUST_BACKTRACE=1 RUSTFLAGS="--cfg loom" cargo test --test loom "$@"
