diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2013-08-17 10:33:48 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2013-10-12 00:34:39 +0800 |
commit | 0bcbf5881b34c38ec3df037f6b05bf6e1c3198b7 (patch) | |
tree | c7f65c8dc21c5688f785fa7b6091e86b9c6dfb4d /.gitignore | |
parent | 7b2cc7eeee32a7a5e36c1896b8e2b867905a122a (diff) |
Initial wayland test framework
Secondary Author: Cory Fields
wayland: Fixup test building
- Build tests in the test dir, not the main make.
- Guard objects and code appropriately
- Remove support for all but weston += 1.0.99. pkg-config and versioning were
not implemented before that anyway.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7f59570149..40a084444a 100644 --- a/.gitignore +++ b/.gitignore @@ -723,6 +723,10 @@ lib/cmyth/Makefile # /xbmc/windowing/ /xbmc/windowing/Makefile /xbmc/windowing/egl/Makefile +/xbmc/windowing/tests/wayland/xbmc_wayland_test_client_protocol.h +/xbmc/windowing/tests/wayland/xbmc_wayland_test_protocol.c +/xbmc/windowing/tests/wayland/xbmc_wayland_test_server_protocol.h +/xbmc/windowing/tests/wayland/Makefile # /lib/ffmpeg/ /lib/ffmpeg/config.h |