weston/tests
Andrew Wedgbury 9cd661e746 Make sure config.h is included before any system headers
There was an issue recently in screen-share.c where config.h was not
being included, resulting in the wrong definition for off_t being used on
32 bit systems. I checked and I don't think this problem is happening
elsewhere, but to help avoid this sort of problem in the future, I went
through and made sure that config.h is included first whenever system
headers are included.

The config.h header should be included before any system headers, failing
to do this can result in the wrong type sizes being defined on certain
systems, e.g. off_t from sys/types.h

Signed-off-by: Andrew Wedgbury <andrew.wedgbury@realvnc.com>
2014-04-07 10:22:28 -07:00
..
.gitignore Makefile.am: Fix protocol source files usage 2014-02-01 21:21:39 -08:00
bad-buffer-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
buffer-count-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
button-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
config-parser-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
event-test.c tests: add test for buffer release event 2013-02-08 13:38:17 -05:00
keyboard-test.c tests: check wl_display_roundtrip() for errors 2012-12-12 10:39:01 -05:00
matrix-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
setbacklight.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
subsurface-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
surface-global-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
surface-test.c Remove the weston_view.geometry.width/height fields 2013-12-02 22:17:58 -08:00
text-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
vertex-clip-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
weston-test-client-helper.c tests: Properly report skipped tests 2014-02-18 13:50:29 -08:00
weston-test-client-helper.h Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
weston-test-runner.c tests: Properly report skipped tests 2014-02-18 13:50:29 -08:00
weston-test-runner.h Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
weston-test.c tests: Properly report skipped tests 2014-02-18 13:50:29 -08:00
weston-tests-env tests: use the headless backend to run the test suite 2014-02-18 13:50:24 -08:00
xwayland-test.c tests: Add XWayland test 2013-02-08 12:18:05 -05:00