t/README.md: link to 'Test Lifecycle' appropriately

This commit is contained in:
Taylor Blau 2018-07-16 16:39:51 -05:00
parent 8f6da1074b
commit 0beae6ab8d

@ -39,7 +39,8 @@ $ ./t-*.sh
There are a few important kinds of files to know about in the `t` directory:
- `cmd/`: contains the source code of binaries that are useful during test
time, like the mocked Git server, or the test counting binary.
time, like the mocked Git server, or the test counting binary. For more about
the contents of this directory, see [test lifecycle](#test-lifecycle) below.
The file `t/cmd/testutils.go` is automatically linked and included during the
build process of each file in `cmd`.