mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 08:56:56 -05:00
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:
parent
6499f96396
commit
d08d989412
2 changed files with 30 additions and 0 deletions
5
spa/tests/spa-include-test-template.c
Normal file
5
spa/tests/spa-include-test-template.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include <@INCLUDE@>
|
||||
|
||||
int main(void) {
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue