diff options
-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 |