aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/machine_info_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/host: make machine info tests linux-specificDmitry Vyukov2020-09-141-149/+0
| | | | | TestScanCPUInfo does not build on !linux. TestMachineInfoLinux builds, but does not do anything useful.
* pkg/host: move machine info functionality from syz-fuzzerDmitry Vyukov2020-09-121-0/+149
It's better to keep functionality in packages rather than in main. It makes it reusable and better organized. Move machine info functionality to pkg/host and do some cosmetic refactoring.