Add missing test deps

PiperOrigin-RevId: 641880024
This commit is contained in:
Jan Wassenberg 2024-06-10 06:21:26 -07:00 committed by Copybara-Service
parent c5bcb5438c
commit 95fd7263ae
1 changed files with 2 additions and 0 deletions

View File

@ -156,10 +156,12 @@ cc_test(
], ],
deps = [ deps = [
":args", ":args",
":common",
":cross_entropy", ":cross_entropy",
":gemma_lib", ":gemma_lib",
":ops", ":ops",
"@googletest//:gtest_main", "@googletest//:gtest_main",
"//compression:io",
"@hwy//:hwy_test_util", "@hwy//:hwy_test_util",
"@hwy//:thread_pool", "@hwy//:thread_pool",
], ],