#!/usr/bin/env bash

# used to avoid problem linking fmod when using rust-lld
export RUSTFLAGS="-Zlinker-features=-lld"

cargo test --all-features

exit 0
