aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/kernel/kernel_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/build: move from pkg/kernelDmitry Vyukov2018-06-221-30/+0
| | | | Rename pkg/kernel to pkg/build and prepare for multi-OS support.
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-1/+1
| | | | Fix typos, non-canonical code, remove dead code, etc.
* pkg/kernel: skip test if gcc is not in PATHDmitry Vyukov2017-06-141-1/+6
| | | | | gcc is not necessary available everywhere. Skip the test instead of failing it.
* pkg/kernel: add CompilerIdentity functionDmitry Vyukov2017-06-031-0/+25