diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2016-10-21 13:57:08 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2016-10-21 15:11:52 -0700 |
commit | 1c9ad3ef36cdaaf801dab0ab64d208b92f208b92 (patch) | |
tree | 580eeea55ff4fb2119e73b8eb21bda5c2006e2b3 /README.md | |
parent | 82a74d081a8a0fb2c828a8ef99b181bd593818cf (diff) |
Add a CONTRIBUTING.md file
It provides an overview of how to file a helpful issue and how to run tests.
Fixes #93
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -76,12 +76,6 @@ $ LIBCLANG_PATH=path/to/clang-3.9/build/lib \ cargo build ``` -## Running Tests - -``` -$ make test -``` - # Command Line Usage There are a few options documented when running `./bindgen --help`. Other |