diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2016-08-25 13:23:30 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2016-08-25 13:24:54 -0700 |
commit | 65144eb75162b0e1971ed4e1d7dc9ae0b35f711f (patch) | |
tree | 1ea31eb4afa548546ec10bd6aa78100185d5e8cc /README.md | |
parent | b779c3f9b5043e3723037b7fc0a05de1f3675b75 (diff) |
Add description of how to run the tests to README.md
Fixes #42
Diffstat (limited to 'README.md')
-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 |