diff options
Diffstat (limited to 'rust/test.go')
-rw-r--r-- | rust/test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/test.go b/rust/test.go index 7ffc36767..6619af6a5 100644 --- a/rust/test.go +++ b/rust/test.go @@ -189,6 +189,7 @@ func (test *testDecorator) install(ctx ModuleContext) { if ctx.Host() && test.Properties.Test_options.Unit_test == nil { test.Properties.Test_options.Unit_test = proptools.BoolPtr(true) } + test.binaryDecorator.installTestData(ctx, test.data) test.binaryDecorator.install(ctx) } |