aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/test/BUILD
diff options
context:
space:
mode:
authorGravatar lberki <lberki@google.com>2017-05-31 14:34:53 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-05-31 15:41:50 +0200
commite355e77ca9979baa4fb816c32494c5268f32eae7 (patch)
tree417e96227957ebdfe89c024fd3901b866556a8fe /tools/test/BUILD
parentb3bcbd7745d00462412f9b16e0d364df19f2f2c4 (diff)
Migrate all tests to Truth (except the ones in the examples).
RELNOTES: None. PiperOrigin-RevId: 157576492
Diffstat (limited to 'tools/test/BUILD')
-rw-r--r--tools/test/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test/BUILD b/tools/test/BUILD
index 419656dbeb..b9cd9077ff 100644
--- a/tools/test/BUILD
+++ b/tools/test/BUILD
@@ -26,6 +26,7 @@ java_test(
"//src/main/java/com/google/devtools/build/lib:vfs",
"//src/test/java/com/google/devtools/build/lib:testutil",
"//third_party:junit4",
+ "//third_party:truth",
],
)