We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b049627 + 03282f9 commit 675e822Copy full SHA for 675e822
TESTING.md
@@ -1,7 +1,7 @@
1
# Testing
2
The preferred mechanism for testing is using the [Bazel](https://bazel.build/)
3
build system. This uses files called `BUILD` ([example](https://github.com/google/open-location-code/blob/master/BUILD)
4
-to provide rules to build code and run tests.
+to provide rules to build code and run tests).
5
6
Create a `BUILD` file in your code directory with a [test rule](https://bazel.build/versions/master/docs/test-encyclopedia.html).
7
You can then test your code by running:
0 commit comments