Open-source unittest.bash
This is part of the shell test infrastructure for Bazel. It creates
test suites in Bazel shell. Handling the test ouputs efficiently for
making test summaries.
--
MOS_MIGRATED_REVID=88929067
diff --git a/tools/test_sharding_compliant b/tools/test_sharding_compliant
new file mode 100644
index 0000000..f41249f
--- /dev/null
+++ b/tools/test_sharding_compliant
@@ -0,0 +1,3 @@
+Used by Bazel. It is just a file to have an explicit target that
+sharding-compliant targets can depend on. The content of this file
+does not matter.