Skip to content

Commit

Permalink
Link to the testdata directory from README.
Browse files Browse the repository at this point in the history
Allows for easier test case browsing from the README file.
  • Loading branch information
mbrukman committed Aug 25, 2016
1 parent 1f87e48 commit 90795c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ You have two options:
* via [Bazel](http://bazel.io/): `bazel test //:all`
* via Make: `make test`

Either way, the test will process all files in `testdata/` and tell you which
passed or failed. Bazel is typically faster, especially when rerunning tests,
due to built-in caching.
Either way, the test will process all files in [`testdata/`](testdata) and tell
you which passed or failed. Bazel is typically faster, especially when rerunning
tests, due to built-in caching.

License
-------
Expand Down

0 comments on commit 90795c1

Please sign in to comment.