summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-08-25 15:43:03 -0500
committerGitHub <noreply@github.com>2016-08-25 15:43:03 -0500
commitbc36f9e4779ad01cf1aeabd0c35d1ea2818fe0a6 (patch)
tree1ea31eb4afa548546ec10bd6aa78100185d5e8cc
parentb779c3f9b5043e3723037b7fc0a05de1f3675b75 (diff)
parent65144eb75162b0e1971ed4e1d7dc9ae0b35f711f (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.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c99930f..a95825a7 100644
--- a/README.md
+++ b/README.md
@@ -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