You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TESTING.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,22 @@ Before you can run tests locally you must have:
14
14
15
15
$ curl https://sdk.cloud.google.com | bash
16
16
17
+
## System Dependencies
18
+
19
+
Running the complete suite may require system dependencies. Most of these should be installable via typical package managers like `apt-get` and [brew](http://brew.sh/).
20
+
21
+
For example, to install portaudio:
22
+
23
+
brew install portaudio
24
+
25
+
If you have trouble installing a necessary system library, try filing an issue.
26
+
27
+
### Troubleshooting
28
+
29
+
#### PortAudio on OS X
30
+
31
+
See [speech/api/README.md](speech/api/README.md).
32
+
17
33
## Preparing a project for testing
18
34
19
35
Most tests require you to have an active, billing-enabled project on the
0 commit comments