aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/test_sharding_compliant
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-03-18 14:27:04 +0000
committerGravatar Ulf Adams <ulfjack@google.com>2015-03-18 15:52:52 +0000
commit28a27f14e86847a6171e0ab488491cd7c62a44a1 (patch)
tree59835559f1b28166c7bc2fac1514976dfd0d1f6d /tools/test_sharding_compliant
parent16bbe10fcec4bcf414f0cd0dbdaa4fec1f259df3 (diff)
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
Diffstat (limited to 'tools/test_sharding_compliant')
-rw-r--r--tools/test_sharding_compliant3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/test_sharding_compliant b/tools/test_sharding_compliant
new file mode 100644
index 0000000000..f41249ff2a
--- /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.