summaryrefslogtreecommitdiff
path: root/rust/benchmark.go
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2022-04-04 05:02:24 -0700
committerLinux Build Service Account <lnxbuild@localhost>2022-04-04 05:02:24 -0700
commit009a05ea8338c696c1406aa7dc1c03c9a0d7692c (patch)
treed9846ed8d6dedb39ad41a80cca41fc295d4724fe /rust/benchmark.go
parent08f3accc31790ceff0d5652d539f4ae701033ded (diff)
parentc868e14e34409b99d979a4104cb144437036960f (diff)
Merge c868e14e34409b99d979a4104cb144437036960f on remote branch
Change-Id: I64a699c0d2ee3eab6ed105c6261cb1567a9dd347
Diffstat (limited to 'rust/benchmark.go')
-rw-r--r--rust/benchmark.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/benchmark.go b/rust/benchmark.go
index b89f5cd9b..0e842435d 100644
--- a/rust/benchmark.go
+++ b/rust/benchmark.go
@@ -101,6 +101,7 @@ func (benchmark *benchmarkDecorator) compilerFlags(ctx ModuleContext, flags Flag
func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
deps = benchmark.binaryDecorator.compilerDeps(ctx, deps)
+ deps.Rustlibs = append(deps.Rustlibs, "libtest")
deps.Rustlibs = append(deps.Rustlibs, "libcriterion")
return deps