summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2016-08-25 13:23:30 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2016-08-25 13:24:54 -0700
commit65144eb75162b0e1971ed4e1d7dc9ae0b35f711f (patch)
tree1ea31eb4afa548546ec10bd6aa78100185d5e8cc
parentb779c3f9b5043e3723037b7fc0a05de1f3675b75 (diff)
Add description of how to run the tests to README.md
Fixes #42
-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