Skip to content

Commit 92c0eb7

Browse files
Add forum links (#550)
1 parent ab4b053 commit 92c0eb7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

building/config.json

+7
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,13 @@
829829
"title": "The Test Runner Interface",
830830
"blurb": ""
831831
},
832+
{
833+
"uuid": "0ab39b58-771e-42dc-aac9-e531bf43034e",
834+
"slug": "tooling/test-runners/libraries",
835+
"path": "building/tooling/test-runners/libraries.md",
836+
"title": "Libraries",
837+
"blurb": ""
838+
},
832839
{
833840
"uuid": "a9cf4712-9022-4bd2-83aa-55cbdfd62374",
834841
"slug": "tooling/lines-of-code-counter",

building/tooling/test-runners/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ You can use the following documents to learn more about building a test runner:
2323
- [creating a Test Runner from scratch](/docs/building/tooling/test-runners/creating-from-scratch)
2424
- [The Test Runner interface](/docs/building/tooling/test-runners/interface)
2525
- [How to build a Docker image with Docker for local testing and deployment](/docs/building/tooling/test-runners/docker)
26+
- [When and how to support libraries](/docs/building/tooling/test-runners/libraries)

0 commit comments

Comments
 (0)