docs: add section in testing pointing towards Makefile docs

This commit is contained in:
Olaoluwa Osuntokun 2018-12-12 19:09:24 -08:00
parent 516a48741f
commit 0dc9b35a1a
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -165,6 +165,10 @@ A quick summary of test practices follows:
contained within `lnd`. For example integration tests, see contained within `lnd`. For example integration tests, see
[`lnd_test.go`](https://github.com/lightningnetwork/lnd/blob/master/lnd_test.go#L181). [`lnd_test.go`](https://github.com/lightningnetwork/lnd/blob/master/lnd_test.go#L181).
Throughout the process of contributing to `lnd`, you'll likely also be
extensively using the commands within our `Makefile`. As a result, we recommned
[perusing the make file documentation](https://github.com/lightningnetwork/lnd/blob/master/docs/MAKEFILE.md).
<a name="CodeDocumentation" /> <a name="CodeDocumentation" />
#### 4.3. Code Documentation and Commenting #### 4.3. Code Documentation and Commenting