tiff_tiled_palette_write_test_1-8.cpp 660 B

12345678910111213141516171819202122
  1. //
  2. // Copyright 2013 Christian Henning
  3. //
  4. // Distributed under the Boost Software License, Version 1.0
  5. // See accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt
  7. //
  8. //#define BOOST_TEST_MODULE tiff_tiled_palette_write_test_1_8_module
  9. #include <boost/test/unit_test.hpp>
  10. #include "tiff_tiled_write_macros.hpp"
  11. BOOST_AUTO_TEST_SUITE( gil_io_tiff_tests )
  12. #ifdef BOOST_GIL_IO_USE_TIFF_GRAPHICSMAGICK_TEST_SUITE_IMAGES
  13. // CHH - not supported palette
  14. //BOOST_PP_REPEAT_FROM_TO(1, 9, GENERATE_WRITE_TILE_BIT_ALIGNED_PALETTE, palette )
  15. #endif // BOOST_GIL_IO_USE_TIFF_GRAPHICSMAGICK_TEST_SUITE_IMAGES
  16. BOOST_AUTO_TEST_SUITE_END()