Age | Commit message (Collapse) | Author |
|
|
|
|
|
Constant variable improvements.
Fixes #256.
r? @fitzgen
|
|
Note that the log crate isn't completely banished, as other is required
by other dependencies.
|
|
|
|
- Header tests can now be run selectively, e.g. `cargo test union`
will test all headers with 'union' in the file name.
- The list of test functions is generated by `build.rs`, so never
needs to be updated.
- Clever approach suggested by @fitzgen.
|
|
- The root crate is the `bindgen` binary
- Rust-ify the test suite, no more subprocesses!
- Update Travis config to test both crates
|