rust/src/librustc_bitflags/Cargo.toml
Alex Crichton bdadad85b5 rustbuild: Add missing test suites
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
2016-05-18 16:36:08 -07:00

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