spa: add a test for missing includes

For each header in the spa directory, generate a compilation test that
includes just that header. This way we can pick up missing #includes.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-06-07 14:09:20 +10:00 committed by Wim Taymans
parent 6499f96396
commit d08d989412
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#include <@INCLUDE@>
int main(void) {
return 0;
}