[Xcb] [PATCH util-image 09/12] Upgrade package configuration

Gaetan Nadon memsize at videotron.ca
Fri Feb 21 10:31:23 PST 2014


Separate production code from test code.

Gaetan Nadon (4):
  test: move test cases into their own directory
  image: use AM_CPPFLAGS rather than per-target
    libxcb_image_la_CPPFLAGS
  test: use AM_CPPFLAGS rather than per-target test_swap_CPPFLAGS aand
    others
  test: use automake general variables rather than the specific ones

 Makefile.am                          |    2 +-
 configure.ac                         |    1 +
 image/Makefile.am                    |   37 +++++-----------------------------
 {image => test}/.gitignore           |    0
 test/Makefile.am                     |   23 +++++++++++++++++++++
 {image => test}/test.xbm             |    0
 {image => test}/test_bitmap.c        |    0
 {image => test}/test_formats.c       |    0
 {image => test}/test_swap.c          |    0
 {image => test}/test_xcb_image.c     |    0
 {image => test}/test_xcb_image_shm.c |    0
 11 files changed, 30 insertions(+), 33 deletions(-)
 rename {image => test}/.gitignore (100%)
 create mode 100644 test/Makefile.am
 rename {image => test}/test.xbm (100%)
 rename {image => test}/test_bitmap.c (100%)
 rename {image => test}/test_formats.c (100%)
 rename {image => test}/test_swap.c (100%)
 rename {image => test}/test_xcb_image.c (100%)
 rename {image => test}/test_xcb_image_shm.c (100%)

-- 
1.7.9.5



More information about the Xcb mailing list