From 0dc9b35a1a6f2556eda0b14490971e3155a6ce1e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 12 Dec 2018 19:09:24 -0800 Subject: [PATCH] docs: add section in testing pointing towards Makefile docs --- docs/code_contribution_guidelines.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/code_contribution_guidelines.md b/docs/code_contribution_guidelines.md index be4f59f85..445d61e0d 100644 --- a/docs/code_contribution_guidelines.md +++ b/docs/code_contribution_guidelines.md @@ -165,6 +165,10 @@ A quick summary of test practices follows: contained within `lnd`. For example integration tests, see [`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). + #### 4.3. Code Documentation and Commenting