mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 12:28:04 +02:00
tests: Include "config.h" as first header
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
ba0f33dc28
commit
12cc4055ff
6 changed files with 12 additions and 2 deletions
|
|
@ -21,6 +21,8 @@
|
|||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "weston-test-client-helper.h"
|
||||
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "weston-test-client-helper.h"
|
||||
|
||||
TEST(simple_keyboard_test)
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "weston-test-runner.h"
|
||||
|
||||
#define SKIP 77
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
* general works with Weston.
|
||||
*/
|
||||
|
||||
#include "weston-test-runner.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
|
|
@ -37,6 +37,8 @@
|
|||
#include <xcb/dri2.h>
|
||||
#include <xf86drm.h>
|
||||
|
||||
#include "weston-test-runner.h"
|
||||
|
||||
|
||||
static int
|
||||
dri2_open(xcb_connection_t *c, xcb_screen_t *screen)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue