aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/test/fd_assignment
Commit message (Collapse)AuthorAgeFilesLines
* tools/syz-runtest: add tool for program unit testingDmitry Vyukov2018-08-031-0/+9
The tool is run as: $ syz-runtest -config manager.config This runs all programs from sys/*/test/* in different modes on actual VMs and checks results. Fixes #603