Commit Graph

3 Commits

Author SHA1 Message Date
Emilio Cobos Álvarez
b83da2729f
Unify under the bindgen name. 2017-01-23 10:22:08 +01:00
Jeff Waugh
8270a0ca76 Transition to libbindgen sub-crate
- The root crate is the `bindgen` binary
- Rust-ify the test suite, no more subprocesses!
- Update Travis config to test both crates
2016-11-16 05:31:02 +11:00
Nick Fitzgerald
cd2754c4c7 Generate dummy uses when running our test suite
This extends the test runner to generate dummy C/C++ uses of the whitelisted
types in a test header in the tests/uses/ directory. It does not yet compile the
dummy uses into an object file whose DWARF debug info can be compared against
our Rust bindings' DWARF debug info.

Part of #151.
2016-11-02 15:08:28 -07:00