aboutsummaryrefslogtreecommitdiff
path: root/tests/core/strip/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/strip/README.rst')
-rw-r--r--tests/core/strip/README.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/core/strip/README.rst b/tests/core/strip/README.rst
new file mode 100644
index 00000000..1b5c1f96
--- /dev/null
+++ b/tests/core/strip/README.rst
@@ -0,0 +1,13 @@
+symbol stripping
+====================
+
+strip_test
+---------
+
+Tests that the global Bazel configuration for stripping are applied to go_binary
+targets.
+In particular, it tests that stripping is performed iff the bazel flag ``--strip``
+is set to ``always`` or ``--strip`` is set to ``sometimes`` and ``--compilation_mode``
+is ``fastbuild``.
+Additionally, it tests that stack traces still contain the same information when stripping
+is enabled.