libinput/test/test-util-includes.c.in
Peter Hutterer a92d635af1 test: rename test-util-includes.c to .c.in
This way it doesn't get picked up by static analysis tools which are
then unhappy about the @FILE@ placeholder

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1175>
2025-04-04 15:47:23 +00:00

6 lines
85 B
C

/* compile test for the util files */
#include @FILE@
int main(void) {
return 0;
}