bdadad85b5
After a comparison with the current set of tests run it was discovered that rustbuild accidentally wasn't running a few test suites. This commit adds back a few more test suites: * rfail-full * pretty-rpass * pretty-rpass-full * pretty-rpass-valgrind * pretty-rfail * pretty-rfail-full * librustc_bitflags unit tests
10 lines
157 B
TOML
10 lines
157 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_bitflags"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
name = "rustc_bitflags"
|
|
path = "lib.rs"
|
|
doctest = false
|