pipewire/spa/tests/spa-include-test-template.c
Peter Hutterer d08d989412 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>
2021-06-07 10:31:17 +00:00

5 lines
52 B
C

#include <@INCLUDE@>
int main(void) {
return 0;
}