aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/kfuzztest/description_generation_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/kfuzztest: skip tests when cannot build LinuxAleksandr Nogikh2025-10-061-0/+4
| | | | Otherwise we get the "cant-build-linux-on-openbsd" error.
* pkg/kfuzztest: skip description generation test on non-amd64 archesAlexander Egorenkov2025-09-301-0/+3
| | | | | | | Skip the description generation test on non-x86 architectures if no cross-compiler could be found. Signed-off-by: Alexander Egorenkov <eaibmz@gmail.com>
* pkg/kfuzztest: add pkg/kfuzztestEthan Graham2025-09-221-0/+103
Add a new package, pkg/kfuzztest, that implements dynamic discovery of KFuzzTest targets by parsing a vmlinux kernel binary. Signed-off-by: Ethan Graham <ethangraham@google.com>