mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
tests: fix make check for out-of-tree builds
It was failing with missing include files. While here, destroy the ugly "../src/..." include paths used in the tests that was just hacking around this problem in the Makefile: sed -i s/..\\/src\\/// tests/*.c
This commit is contained in:
parent
c394b75958
commit
b486e3aba5
11 changed files with 13 additions and 12 deletions
|
|
@ -36,9 +36,9 @@
|
|||
#include <stdio.h>
|
||||
#include <sys/epoll.h>
|
||||
|
||||
#include "../src/wayland-private.h"
|
||||
#include "wayland-private.h"
|
||||
#include "test-runner.h"
|
||||
#include "../src/wayland-os.h"
|
||||
#include "wayland-os.h"
|
||||
|
||||
static int fall_back;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue