mirror of https://github.com/google/gemma.cpp.git
Add buildcleaner: keep pragma to a dep in ops_test build rule and run build_cleaner.
PiperOrigin-RevId: 642275845
This commit is contained in:
parent
3e2396f98c
commit
57d0ea95d0
|
|
@ -32,7 +32,6 @@ cc_library(
|
||||||
"@hwy//:matvec",
|
"@hwy//:matvec",
|
||||||
"@hwy//:profiler",
|
"@hwy//:profiler",
|
||||||
"@hwy//:thread_pool",
|
"@hwy//:thread_pool",
|
||||||
"@hwy//hwy/contrib/sort:vqsort",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -46,7 +45,7 @@ cc_test(
|
||||||
tags = ["hwy_ops_test"],
|
tags = ["hwy_ops_test"],
|
||||||
deps = [
|
deps = [
|
||||||
":ops",
|
":ops",
|
||||||
"@googletest//:gtest_main",
|
"@googletest//:gtest_main", # buildcleaner: keep
|
||||||
"//compression:compress",
|
"//compression:compress",
|
||||||
"@hwy//:hwy",
|
"@hwy//:hwy",
|
||||||
"@hwy//:hwy_test_util",
|
"@hwy//:hwy_test_util",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue