aboutsummaryrefslogtreecommitdiff
path: root/tests/core/README.rst
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2023-06-15 02:30:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-15 02:30:50 +0000
commit9bb1b549b6a84214c53be0924760be030e66b93a (patch)
treed9fac15bb5a835ae6ba757dc5eaf6ef597ea44cf /tests/core/README.rst
parent9803cf8403d7105bddc1d5304d6e694b781a6605 (diff)
parent780ccd3956961690db3e36d8fa1ed7649cb0057b (diff)
downloadbazelbuild-rules_go-9bb1b549b6a84214c53be0924760be030e66b93a.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/bazelbuild-rules_go/+/2625353 Change-Id: Id4ca3195d832eca77b29b2896b89027d847bb72d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'tests/core/README.rst')
-rw-r--r--tests/core/README.rst35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/core/README.rst b/tests/core/README.rst
new file mode 100644
index 00000000..835b9ba7
--- /dev/null
+++ b/tests/core/README.rst
@@ -0,0 +1,35 @@
+Core Go rules tests
+===================
+
+This contains tests of the core go rules.
+
+Contents
+--------
+
+.. Child list start
+
+* `Misc configuration transition tests <transition/README.rst>`_
+* `Basic go_library functionality <go_library/README.rst>`_
+* `output_groups functionality <output_groups/README.rst>`_
+* `Basic -buildmode=plugin functionality <go_plugin/README.rst>`_
+* `go_bazel_test macro functionality <go_bazel_test/README.rst>`_
+* `Core Go rules tests <nogo/README.rst>`_
+* `go_proto_library importmap <go_proto_library_importmap/README.rst>`_
+* `Cross compilation <cross/README.rst>`_
+* `Basic go_proto_library functionality <go_proto_library/README.rst>`_
+* `c-archive / c-shared linkmodes <c_linkmodes/README.rst>`_
+* `Basic go_test functionality <go_test/README.rst>`_
+* `.. _#2067: https://github.com/bazelbuild/rules_go/issues/2067 <cgo/README.rst>`_
+* `Runfiles functionality <runfiles/README.rst>`_
+* `go_download_sdk <go_download_sdk/README.rst>`_
+* `go_embed_data <go_embed_data/README.rst>`_
+* `race instrumentation <race/README.rst>`_
+* `stdlib functionality <stdlib/README.rst>`_
+* `Basic go_binary functionality <go_binary/README.rst>`_
+* `Starlark unit tests <starlark/README.rst>`_
+* `.. _#2127: https://github.com/bazelbuild/rules_go/issues/2127 <coverage/README.rst>`_
+* `Import maps <importmap/README.rst>`_
+* `Basic go_path functionality <go_path/README.rst>`_
+
+.. Child list end
+