summaryrefslogtreecommitdiff
path: root/bpf/bpf_test.go
AgeCommit message (Expand)Author
2021-03-22Remove usages of FixtureFactory from misc packages Paul Duffin
2021-03-17Migrate bpf package to a per test build directory Paul Duffin
2021-03-09Support test fixtures in bpf package Paul Duffin
2020-11-12Pass Config to NewTestContext instead of ctx.Register Colin Cross
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-06Make lots of tests run in parallel Colin Cross
2020-09-02Include bpf program in APEXes markchien
2019-12-18Move filesystem into Config Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactory Colin Cross
2019-05-17Add bpf_test.go to build and fix tests Colin Cross
2019-05-14Revert "Add bpf_test.go to build and fix the tests" Colin Cross
2019-05-14Add bpf_test.go to build and fix the tests Colin Cross
2018-12-17Make bpf implement SourceFileProducer. Jaewoong Jung