sabotage-linux / kernel-headers

linux kernel headers (sanitized for use with musl)
94 stars 24 forks source link

Tests #4

Open justincormack opened 11 years ago

justincormack commented 11 years ago

My initial thought on tests is to start by dealing with the issues that have been bugging me: 1. not being able to include combinations of headers as there are errors/warnings 2. being able to include individual headers as they also include their dependencies correctly.

That will get some way towards fixing a lot of issues, but more suggestions needed.