#!/bin/bash -eu
# Dead-code linkage needs to happen so that LLVM doesn't optimize it all away, leading
# to false high scores. THe no-run flag means we dont double-run the test.
RUSTFLAGS='-C link-dead-code'
# Let kcov run the test binary created above noting how much code is actually
# executed.