aboutsummaryrefslogtreecommitdiff
path: root/bpf/bpf_test.go
Commit message (Expand)AuthorAgeFilesLines
* Remove ConvertWithBp2build implementationsColin Cross2023-12-081-23/+0
* Incorporate bpf into mixed buildsZi Wang2022-10-071-0/+23
* Disallow '_' in bpf source nameKen Chen2022-07-071-2/+15
* Remove usages of FixtureFactory from misc packagesPaul Duffin2021-03-221-3/+2
* Migrate bpf package to a per test build directoryPaul Duffin2021-03-171-25/+2
* Support test fixtures in bpf packagePaul Duffin2021-03-091-25/+12
* Pass Config to NewTestContext instead of ctx.RegisterColin Cross2020-11-121-2/+2
* Revert "Make lots of tests run in parallel"Colin Cross2020-10-091-1/+0
* Make lots of tests run in parallelColin Cross2020-10-061-0/+1
* Include bpf program in APEXesmarkchien2020-09-021-1/+1
* Move filesystem into ConfigColin Cross2019-12-181-5/+10
* Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross2019-11-251-1/+1
* Add bpf_test.go to build and fix testsColin Cross2019-05-171-105/+5
* Revert "Add bpf_test.go to build and fix the tests"Colin Cross2019-05-141-7/+0
* Add bpf_test.go to build and fix the testsColin Cross2019-05-141-0/+7
* Make bpf implement SourceFileProducer.Jaewoong Jung2018-12-171-0/+192