mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
12 lines
285 B
TOML
12 lines
285 B
TOML
[build]
|
|
target = "x86_64-unknown-linux-musl"
|
|
|
|
# Flags to enable code-coverage for all builds.
|
|
# These can be removed later.
|
|
rustflags = ["-Cinstrument-coverage"]
|
|
incremental = true
|
|
|
|
[env]
|
|
# Name of coverage instrumentation log file.
|
|
LLVM_PROFILE_FILE="target/cargo-test-%p-%m.profraw"
|