Skip to content

Commit bc36f9e

Browse files
author
bors-servo
authored
Auto merge of #43 - fitzgen:document-testing, r=emilio
Add description of how to run the tests to README.md Fixes #42 r? @emilio
2 parents b779c3f + 65144eb commit bc36f9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ $ LIBCLANG_PATH=path/to/clang-3.9/build/lib \
5858
cargo build
5959
```
6060

61+
## Running Tests
62+
63+
```
64+
$ make test
65+
```
66+
6167
# Command Line Usage
6268

6369
There are a few options documented when running `./bindgen --help`. Other

0 commit comments

Comments
 (0)