diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-08-25 15:43:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-25 15:43:03 -0500 |
commit | bc36f9e4779ad01cf1aeabd0c35d1ea2818fe0a6 (patch) | |
tree | 1ea31eb4afa548546ec10bd6aa78100185d5e8cc | |
parent | b779c3f9b5043e3723037b7fc0a05de1f3675b75 (diff) | |
parent | 65144eb75162b0e1971ed4e1d7dc9ae0b35f711f (diff) |
Auto merge of #43 - fitzgen:document-testing, r=emilio
Add description of how to run the tests to README.md
Fixes #42
r? @emilio
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -58,6 +58,12 @@ $ 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 |