]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/gil/test/extension/io/tiff_tiled_palette_write_test_8-16.cpp
bump version to 15.2.11-pve1
[ceph.git] / ceph / src / boost / libs / gil / test / extension / io / tiff_tiled_palette_write_test_8-16.cpp
CommitLineData
92f5a8d4
TL
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_8_16_module
9#include <boost/test/unit_test.hpp>
10
11#include "tiff_tiled_write_macros.hpp"
12
13BOOST_AUTO_TEST_SUITE( gil_io_tiff_tests )
14
15#ifdef BOOST_GIL_IO_USE_TIFF_GRAPHICSMAGICK_TEST_SUITE_IMAGES
16
17// CHH - not supported palette
18//BOOST_PP_REPEAT_FROM_TO(9, 17, GENERATE_WRITE_TILE_BIT_ALIGNED_PALETTE, palette )
19
20#endif // BOOST_GIL_IO_USE_TIFF_GRAPHICSMAGICK_TEST_SUITE_IMAGES
21
22BOOST_AUTO_TEST_SUITE_END()