tiff_tiled_palette_test_8-16.cpp 654 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_test_8_16_module
  9. #include <boost/test/unit_test.hpp>
  10. #include "tiff_tiled_read_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(9, 17, GENERATE_TILE_STRIP_COMPARISON_PALETTE, palette )
  15. #endif // BOOST_GIL_IO_USE_TIFF_GRAPHICSMAGICK_TEST_SUITE_IMAGES
  16. BOOST_AUTO_TEST_SUITE_END()