aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-imagegen/combinations_test.go
Commit message (Collapse)AuthorAgeFilesLines
* tools/syz-imagegen: rewrite combination generationAleksandr Nogikh2025-08-291-0/+57
Introduce a new Filesystem parameter - the maximum number of resulting seeds. If the total number of flag combinations exceeds this number, switch to generating a covering array (that is, make sure that all flag value pairs are covered, or at least as many of them as possible).