summaryrefslogtreecommitdiff
path: root/rust/benchmark.go
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-05-01 20:50:40 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-05-01 20:50:40 +0800
commit30651117d174d4a03a1b81d947b8b1711d977199 (patch)
treeb2a38a68cecbabc40eca9535b0238063ba0935e8 /rust/benchmark.go
parent5f96a4d91ccc199e6bd5067b5fd84dba13b665a9 (diff)
parent009a05ea8338c696c1406aa7dc1c03c9a0d7692c (diff)
Merge tag 'LA.QSSI.12.0.r1-07100.01-qssi.0' into sugisawa-mr1
"LA.QSSI.12.0.r1-07100.01-qssi.0" Change-Id: Id8574091781260a4fd53ec02dc902e2f6dd5cf28
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