aboutsummaryrefslogtreecommitdiff
path: root/pw_web/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_web/BUILD.gn')
-rw-r--r--pw_web/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/pw_web/BUILD.gn b/pw_web/BUILD.gn
index a4d5ebe10..5069f943c 100644
--- a/pw_web/BUILD.gn
+++ b/pw_web/BUILD.gn
@@ -18,7 +18,10 @@ import("$dir_pw_docgen/docs.gni")
import("$dir_pw_unit_test/test.gni")
pw_doc_group("docs") {
- sources = [ "docs.rst" ]
+ sources = [
+ "docs.rst",
+ "testing.rst",
+ ]
}
pw_test_group("tests") {