Skip to content

Commit 65144eb

Browse files
committed
Add description of how to run the tests to README.md
Fixes #42
1 parent b779c3f commit 65144eb

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)