From b486e3aba5c7618b7f6311e82b5fdb2c93f2beab Mon Sep 17 00:00:00 2001 From: Dylan Noblesmith Date: Fri, 15 Jun 2012 22:44:28 +0000 Subject: 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 --- tests/fixed-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fixed-test.c') diff --git a/tests/fixed-test.c b/tests/fixed-test.c index 16fa5ff..739a3b1 100644 --- a/tests/fixed-test.c +++ b/tests/fixed-test.c @@ -23,7 +23,7 @@ #include #include #include -#include "../src/wayland-private.h" +#include "wayland-private.h" #include "test-runner.h" TEST(fixed_double_conversions) -- cgit v1.2.3-70-g09d2