diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/runtest/run.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/runtest/run.go b/pkg/runtest/run.go index 39d65b245..fa85563ee 100644 --- a/pkg/runtest/run.go +++ b/pkg/runtest/run.go @@ -222,6 +222,13 @@ func (ctx *Context) generatePrograms(progs chan *RunRequest) error { } ctx.produceTest(progs, req, name, properties, requires, results) } + + if sysTarget.HostFuzzer { + // For HostFuzzer mode, we need to cross-compile + // and copy the binary to the target system. + continue + } + name := name properties["C"] = true properties["executor"] = false |
